lua: fix for missing while loop

This commit is contained in:
rafal1137 2017-09-04 00:00:19 +02:00
parent 48a71512e9
commit 9577b173a2

View file

@ -25,7 +25,9 @@ timer5 = 35
function et_InitGame( levelTime, randomSeed, restart )
et.RegisterModname( modname .. " " .. version )
local mil_sec = (levelTime*1000)%60
while(true) do
if(mil_sec == timer)
then et.trap_SendConsoleCommand( et.EXEC_NOW, "cp \"" .. banner .."^7\n" )