Closes gh-244. Changing spawn style doesn't mess up the surroundings anymore.

This commit is contained in:
taoneill 2011-07-16 16:38:33 -04:00
parent 654841c81d
commit e03365cff6

View File

@ -903,6 +903,9 @@ public class Warzone {
public void setSpawnStyle(String spawnStyle) {
this.spawnStyle = spawnStyle;
for(Team team : teams) {
team.setTeamSpawn(team.getTeamSpawn());
}
}
public String getSpawnStyle() {