diff --git a/examples/cows/cowSpawner.js b/examples/cows/cowSpawner.js index 294b8b66a5..a1f7caee4b 100644 --- a/examples/cows/cowSpawner.js +++ b/examples/cows/cowSpawner.js @@ -18,7 +18,7 @@ var center = Vec3.sum(MyAvatar.getHeadPosition(), Vec3.multiply(2, Quat.getFront(orientation))); - var SCRIPT_URL = Script.resolvePath("cowEntityScript.js?v1" + Math.random()); + var SCRIPT_URL = Script.resolvePath("cowEntityScript.js?"); var cow = Entities.addEntity({ type: "Model", modelURL: "http://hifi-content.s3.amazonaws.com/DomainContent/production/cow/newMooCow.fbx",