actually use the synchronized methods
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user