*Facepalm*

This commit is contained in:
Max Qian 2016-10-03 15:41:31 -07:00
parent aada25b865
commit 2e536fc57c

View File

@ -37,6 +37,8 @@ public class SpongePlugin implements ViaBackwardsPlatform {
public void onServerStart(GameAboutToStartServerEvent e) { public void onServerStart(GameAboutToStartServerEvent e) {
// Setup Logger // Setup Logger
this.logger = new LoggerWrapper(container.getLogger()); this.logger = new LoggerWrapper(container.getLogger());
// Init!
this.init();
} }
@Override @Override