Removed ancient comment

This commit is contained in:
Anuken 2018-11-13 14:49:58 -05:00
parent 1a922f05c1
commit a25ea14436

View File

@ -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){ public static void loadWorld(InputStream is){
Player player = players[0]; Player player = players[0];