mirror of
https://github.com/BGHDDevelopment/PlayerBalancer.git
synced 2024-11-19 01:05:14 +01:00
Fixed extension not being registered as an extension
This commit is contained in:
parent
1a9ab68bd8
commit
e3f83af233
@ -17,6 +17,7 @@ public class PBServerConnector extends PAFExtension implements ServerConnector {
|
||||
public void onEnable() {
|
||||
PAFPlayerClass.setServerConnector(this);
|
||||
ProxyServer.getInstance().getConsole().sendMessage(TextComponent.fromLegacyText("Enabled PBServerConnector connection for PlayerBalancer!"));
|
||||
registerAsExtension();
|
||||
}
|
||||
|
||||
public void connect(final ProxiedPlayer pPlayer, final ServerInfo pServerInfo) {
|
||||
|
Loading…
Reference in New Issue
Block a user