mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-14 10:55:20 +01:00
*Facepalm*
This commit is contained in:
parent
aada25b865
commit
2e536fc57c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user