mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-25 15:35:34 +02:00
Added McMMOPartyTeleportEvent for API usage - fires before a successful
teleportation would occur.
This commit is contained in:
@@ -295,7 +295,7 @@ public class Party {
|
||||
savePartyLocks();
|
||||
}
|
||||
|
||||
public void deleteParty(String partyName) {
|
||||
private void deleteParty(String partyName) {
|
||||
this.partyPlayers.remove(partyName);
|
||||
this.partyLocks.remove(partyName);
|
||||
this.partyPasswords.remove(partyName);
|
||||
|
Reference in New Issue
Block a user