1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 18:33:00 +01:00

Null parties! Hurray!

This commit is contained in:
T00thpick1
2013-05-22 21:20:35 -04:00
parent 7a61f55e49
commit 45c6c20ccd

View File

@@ -64,6 +64,10 @@ public final class PartyManager {
return false;
}
if (firstMcMMOPlayer.getParty() == null || secondMcMMOPlayer.getParty() == null) {
return false;
}
return firstMcMMOPlayer.getParty().equals(secondMcMMOPlayer.getParty());
}