Parcourir la source

Added a "Waiting for other players" text

jancoow il y a 10 ans
Parent
commit
ff3fe639c5
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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) {
 		}
 	}