diff --git a/core/src/io/anuke/mindustry/net/NetworkIO.java b/core/src/io/anuke/mindustry/net/NetworkIO.java index 90be7a264e..6e7687948e 100644 --- a/core/src/io/anuke/mindustry/net/NetworkIO.java +++ b/core/src/io/anuke/mindustry/net/NetworkIO.java @@ -145,9 +145,6 @@ public class NetworkIO{ } } - /** - * Return whether a custom map is expected, and thus whether the client should wait for additional data. - */ public static void loadWorld(InputStream is){ Player player = players[0];