Browse Source

Fix bug.[ci skip]

aster2013 11 years ago
parent
commit
c8ed3759d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/Data/LuaScripts/26_ConsoleInput.lua

+ 1 - 1
bin/Data/LuaScripts/26_ConsoleInput.lua

@@ -67,7 +67,7 @@ function Start()
     StartGame()
 
     -- Randomize from system clock
-    SetRandomSeed(time:GetSystemTime())
+    SetRandomSeed(Time:GetSystemTime())
 end
 
 function HandleConsoleCommand(eventType, eventData)