Skip to content

Commit

Permalink
Removed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
funkemunky committed Oct 16, 2019
1 parent 90c77f8 commit f6de0a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AtlasParent/Atlas/buildNumber.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file
#Wed Oct 16 12:05:27 EDT 2019
buildNumber=426
#Wed Oct 16 12:09:32 EDT 2019
buildNumber=427
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public void onPluginMessageReceived(String channel, Player player, byte[] bytes)

if(objectInput.readUTF().equals("mods")) {
Map<String, String> mods = (Map<String, String>) objectInput.readObject();
mods.keySet().forEach(System.out::println);
ForgeHandler.runBungeeModChecker(player, mods);
}
} catch (IOException | ClassNotFoundException e) {
Expand Down

0 comments on commit f6de0a0

Please sign in to comment.