mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
more debugging of bow
This commit is contained in:
parent
6c86675f24
commit
73cb100d76
1 changed files with 5 additions and 0 deletions
|
@ -593,3 +593,8 @@
|
|||
|
||||
return bow;
|
||||
});
|
||||
|
||||
var TIMER_INTERVAL = 5;
|
||||
var RPCkicker = Script.setInterval(function() {
|
||||
// do nothing, but make sure we get RPC messages in a reliable way
|
||||
},TIMER_INTERVAL);
|
||||
|
|
Loading…
Reference in a new issue