Explorar o código

Added a "Waiting for other players" text

jancoow %!s(int64=10) %!d(string=hai) anos
pai
achega
ff3fe639c5
Modificáronse 1 ficheiros con 0 adicións e 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) {
 		}
 	}