1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-18 15:01:26 +02:00

Use getAllyName() here instead

This commit is contained in:
TfT_02 2014-05-02 00:53:05 +02:00
parent 8eb6acd60f
commit 66a4925371

@ -176,7 +176,7 @@ public final class PartyAPI {
}
public static boolean hasAlly(String partyName) {
return PartyManager.getParty(partyName).getAlly() != null;
return getAllyName(partyName) != null;
}
public static String getAllyName(String partyName) {