3839404142434445464748
log("starting game..."); server.startGame(); log("connecting/starting GFXServer..."); gfx = new NEGraphicServer(); client.PlugGfx(gfx); client.waitForGame(); log("GameUp");
4041424344454647484950
e.printStackTrace(); } System.out.print("setting up display.........................."); client.PlugGfx(new NEGraphicServer()); System.out.println("done"); }