Ver Fonte

Added a "Waiting for other players" text

jancoow há 10 anos atrás
pai
commit
ff3fe639c5
1 ficheiros alterados com 0 adições e 1 exclusões
  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) {
 		}
 	}