mirror of
https://github.com/taoneill/war.git
synced 2024-11-23 18:55:28 +01:00
Closes gh-244. Changing spawn style doesn't mess up the surroundings anymore.
This commit is contained in:
parent
654841c81d
commit
e03365cff6
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user