mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
Update the stopwatch spawn script to exit when done
This commit is contained in:
parent
bc11bf0a69
commit
40bd7d9475
1 changed files with 2 additions and 0 deletions
|
@ -51,3 +51,5 @@ Entities.editEntity(stopwatchID, {
|
||||||
script: Script.resolvePath("stopwatchClient.js"),
|
script: Script.resolvePath("stopwatchClient.js"),
|
||||||
serverScripts: Script.resolvePath("stopwatchServer.js")
|
serverScripts: Script.resolvePath("stopwatchServer.js")
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Script.stop()
|
||||||
|
|
Loading…
Reference in a new issue