mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:37:51 +02:00
fixed cache and extra line
This commit is contained in:
parent
6196c6b746
commit
422c70f300
2 changed files with 2 additions and 1 deletions
|
@ -224,6 +224,7 @@ function maybeClearAlwaysOnAvatarDistanceCheck() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// #endregion
|
// #endregion
|
||||||
// *************************************
|
// *************************************
|
||||||
// END UTILTY
|
// END UTILTY
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
// Click on someone to get a nametag for them
|
// Click on someone to get a nametag for them
|
||||||
//
|
//
|
||||||
var PickRayController = Script.require('./resources/modules/pickRayController.js');
|
var PickRayController = Script.require('./resources/modules/pickRayController.js');
|
||||||
var NameTagListManager = Script.require('./resources/modules/nameTagListManager.js?' + Date.now());
|
var NameTagListManager = Script.require('./resources/modules/nameTagListManager.js');
|
||||||
var pickRayController = new PickRayController();
|
var pickRayController = new PickRayController();
|
||||||
var nameTagListManager = new NameTagListManager();
|
var nameTagListManager = new NameTagListManager();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue