mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
typo
This commit is contained in:
parent
d0af2220dc
commit
cdff3323fb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ var ticker, countDown;
|
||||||
function gotBaton(key) {
|
function gotBaton(key) {
|
||||||
print("gotBaton", key);
|
print("gotBaton", key);
|
||||||
countDown = 20;
|
countDown = 20;
|
||||||
ticker = Script.startInterval(function () {
|
ticker = Script.setInterval(function () {
|
||||||
print("tick");
|
print("tick");
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue