Explorar el Código

Added a "Waiting for other players" text

jancoow hace 10 años
padre
commit
ff3fe639c5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/model/state/PlayState.java

+ 0 - 1
src/model/state/PlayState.java

@@ -49,7 +49,6 @@ public class PlayState extends State {
 		nwc = new NetworkConnection(this);
 		try {
 			nwc.connect(MenuState.name);
-			setOverlayText("");
 		} catch (IOException e) {
 		}
 	}