Braces in deathmatchTeleport

This commit is contained in:
Spencer 2017-12-28 20:53:21 -05:00 committed by Alexander Meech
parent af965d2a9b
commit e20db10066
1 changed files with 2 additions and 1 deletions

View File

@ -210,7 +210,8 @@ public class TeamSurvivalGames extends SurvivalGames
}
@Override
protected void deathmatchTeleport() {
protected void deathmatchTeleport()
{
List<Location> spawns = GetTeamList().get(0).GetSpawns();
List<Player> spectators = GetPlayers(false);