diff --git a/GriefFix/main.gsc b/GriefFix/main.gsc index 5dd1b52..0e8a566 100644 --- a/GriefFix/main.gsc +++ b/GriefFix/main.gsc @@ -474,7 +474,7 @@ killAllPlayers() players[ i ] kill(); i++; } - wait 5; + wait 10; spawnAllPlayers(); }