forked from Upstream/mmocore
Renamed PAF proxy party module
This commit is contained in:
parent
c112e921fe
commit
ecde331aba
@ -13,7 +13,7 @@ public enum PartyModuleType {
|
||||
MMOCORE("MMOCore", MMOCorePartyModule::new),
|
||||
PARTIES("Parties", PartiesPartyModule::new),
|
||||
PARTY_AND_FRIENDS("PartyAndFriends", PAFPartyModule::new),
|
||||
PARTY_AND_FRIENDS_BUNGEECORD_VELOCITY("Spigot-Party-API-PAF", PAFProxyExtendedPartyModule::new),
|
||||
PARTY_AND_FRIENDS_BUNGEECORD_VELOCITY("Spigot-Party-API-PAF", PAFProxyPartyModule::new),
|
||||
;
|
||||
|
||||
private final String pluginName;
|
||||
|
@ -13,7 +13,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class PAFProxyExtendedPartyModule implements PartyModule {
|
||||
public class PAFProxyPartyModule implements PartyModule {
|
||||
|
||||
@Nullable
|
||||
@Override
|
Loading…
Reference in New Issue
Block a user