mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 18:37:00 +02:00
more logging
This commit is contained in:
parent
b4509e428b
commit
98e43a8d0f
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
// We already have our injector so just restart it
|
||||
_this.soundInjector.restart();
|
||||
}
|
||||
print("EBL ")
|
||||
print("EBL START UPDATE")
|
||||
Entities.editEntity(_this.batonDebugModel, {visible: true});
|
||||
_this.playSoundInterval = Script.setInterval(function() {
|
||||
// print("EBL PLAY THE SOUND");
|
||||
|
@ -75,6 +75,7 @@
|
|||
},
|
||||
|
||||
unload: function() {
|
||||
print("EBL UNLOAD");
|
||||
Entities.deleteEntity(_this.batonDebugModel);
|
||||
if (_this.soundIntervalConnected === true) {
|
||||
Script.clearInterval(_this.playSoundInterval);
|
||||
|
|
Loading…
Reference in a new issue