From 25a0e06af66eca1c5efb23d043a51bd50e3b032c Mon Sep 17 00:00:00 2001 From: JezuzLizard Date: Sat, 23 May 2020 05:27:09 -0700 Subject: [PATCH] fixed the restart not happening sometimes --- MapRestartWorkaround/main.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapRestartWorkaround/main.gsc b/MapRestartWorkaround/main.gsc index 2b32e29..6a068bd 100644 --- a/MapRestartWorkaround/main.gsc +++ b/MapRestartWorkaround/main.gsc @@ -20,7 +20,7 @@ init() gscRestart() { level waittill( "end_game" ); - wait 20; //20 is ideal + wait 12; map_restart( false ); }