mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
syntax fix
This commit is contained in:
parent
90ce52a2ae
commit
fa5d9f8442
1 changed files with 1 additions and 3 deletions
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
unload: function() {
|
||||
this.setUnoccupied();
|
||||
this.cleanup();
|
||||
cleanup();
|
||||
},
|
||||
};
|
||||
|
||||
|
@ -60,8 +60,6 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
|
||||
|
||||
var MIRROR_JOINT_DATA = true;
|
||||
var MIRRORED_ENTITY_SCRIPT_URL = Script.resolvePath('mirroredEntity.js');
|
||||
var FREEZE_TOGGLER_SCRIPT_URL = Script.resolvePath('freezeToggler.js?' + Math.random(0, 1000))
|
||||
|
|
Loading…
Reference in a new issue