fixed SGT deathmatch not working
This commit is contained in:
parent
45d117a95a
commit
8a5088e181
@ -748,7 +748,8 @@ public abstract class SurvivalGames extends Game
|
|||||||
WorldTimeSet = 0;
|
WorldTimeSet = 0;
|
||||||
WorldData.World.setTime(15000);
|
WorldData.World.setTime(15000);
|
||||||
|
|
||||||
GetTeamList().get(0).SpawnTeleport(false);
|
for (GameTeam team : GetTeamList())
|
||||||
|
team.SpawnTeleport(false);
|
||||||
|
|
||||||
_borderPositions.clear();
|
_borderPositions.clear();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user