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