5051525354555657585960
// } if (startServer){ logger.error("Multiplayer game is not yet implemented, sorry."); System.exit(0); } else { OpenPatricianFrame opf = new OpenPatricianFrame(); opf.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); opf.setVisible(true); } }
3334353637383940414243
// } if (startServer){ System.out.println("Multiplayer game is not yet implemented, sorry."); System.exit(0); } else { OpenPatricianFrame opf = new OpenPatricianFrame(); opf.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); opf.setVisible(true); } }