Skip to content

Commit

Permalink
πŸ›[main/App] Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepymalc committed Aug 19, 2021
1 parent a239748 commit 203ce77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/linyuanlin/minecraft/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public void onEnable() {
this.tradeManager = new TradeManager();
this.guildManager = new GuildManager();
this.locationManager = new LocationManager();
this.PMH = new PluginMessageHandler();

this.getServer().getMessenger().registerOutgoingPluginChannel(this, "BungeeCord");
this.getServer().getMessenger().registerIncomingPluginChannel(this, "BungeeCord", this.PMH);
Expand Down

0 comments on commit 203ce77

Please sign in to comment.