3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-07-06 07:38:03 +02:00
Dieser Commit ist enthalten in:
Max Qian 2016-10-03 15:41:31 -07:00
Ursprung aada25b865
Commit 2e536fc57c

Datei anzeigen

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