We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbf48f commit c520f41Copy full SHA for c520f41
res/gamedata/scripts/_g.script
@@ -1,3 +1,5 @@
1
+math.randomseed(os.time())
2
+
3
if (jit == nil) then
4
profiler.setup_hook ()
5
end
res/gamedata/scripts/loadscreen.script
0 commit comments