actually use the synchronized methods
This commit is contained in:
parent
300083ca35
commit
5419d97426
@ -38,7 +38,7 @@ public final class DiscoSheep extends JavaPlugin {
|
||||
}
|
||||
|
||||
public void stopAllParties(){
|
||||
for(DiscoParty party :this.getPartyMap().values()){
|
||||
for(DiscoParty party :this.getParties()){
|
||||
party.stopDisco();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user