Skip to content

Commit 6b30cad

Browse files
committed
Disabled new Menu (more work needed)
1 parent 7082d7f commit 6b30cad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/com/redomar/game/Game.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import com.redomar.game.lib.Font;
2525
import com.redomar.game.lib.Music;
2626
import com.redomar.game.lib.Time;
27-
import com.redomar.game.menu.Menu;
2827
import com.redomar.game.net.GameClient;
2928
import com.redomar.game.net.GameServer;
3029
import com.redomar.game.net.packets.Packet00Login;
@@ -310,7 +309,7 @@ public void render() {
310309
}
311310

312311
public static void main(String[] args) {
313-
Menu.main(null);
312+
play();
314313
}
315314

316315
public static void play(){

0 commit comments

Comments
 (0)