From a25ea144365978f20e30fa538a7bf1852d50c05d Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 13 Nov 2018 14:49:58 -0500 Subject: [PATCH] Removed ancient comment --- core/src/io/anuke/mindustry/net/NetworkIO.java | 3 --- 1 file changed, 3 deletions(-) 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];