Update the stopwatch spawn script to exit when done

This commit is contained in:
Ryan Huffman 2017-02-08 14:10:04 -08:00
parent bc11bf0a69
commit 40bd7d9475

View file

@ -51,3 +51,5 @@ Entities.editEntity(stopwatchID, {
script: Script.resolvePath("stopwatchClient.js"),
serverScripts: Script.resolvePath("stopwatchServer.js")
});
Script.stop()