fixed the restart not happening sometimes

This commit is contained in:
JezuzLizard
2020-05-23 05:27:09 -07:00
committed by GitHub
parent b5cb954672
commit 25a0e06af6

View File

@ -20,7 +20,7 @@ init()
gscRestart() gscRestart()
{ {
level waittill( "end_game" ); level waittill( "end_game" );
wait 20; //20 is ideal wait 12;
map_restart( false ); map_restart( false );
} }