Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Matsv/ViaBackwards into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Matsv committed Oct 15, 2016
2 parents 5f316f2 + 30c3e8e commit 5711d9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sponge/src/main/java/nl/matsv/viabackwards/SpongePlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5711d9e

Please sign in to comment.