more debugging of bow

This commit is contained in:
Brad Hefta-Gaub 2016-12-29 19:00:06 -08:00
parent 6c86675f24
commit 73cb100d76

View file

@ -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);