mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-12-18 16:17:45 +01:00
Merge branch 'dev' of https://github.com/Matsv/ViaBackwards into dev
This commit is contained in:
commit
5711d9edb1
@ -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