mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
fix proxy
This commit is contained in:
@@ -35,7 +35,6 @@ public class CivProxyPlugin {
|
||||
this.logger = logger;
|
||||
|
||||
loadConfig(dataDirectory);
|
||||
loadConnection();
|
||||
}
|
||||
|
||||
public Logger getLogger() {
|
||||
@@ -44,6 +43,7 @@ public class CivProxyPlugin {
|
||||
|
||||
@Subscribe
|
||||
public void onProxyInitialization(ProxyInitializeEvent event) {
|
||||
loadConnection();
|
||||
new PlayerCount(this, server).start();
|
||||
new PlayerRenamer(this, server, source).start();
|
||||
new QueueListener(this, server).start();
|
||||
|
||||
Reference in New Issue
Block a user