90919293949596979899100
} public TourneyConfig getTourneyConfig () { ObjectInputStream ostream = new ObjectInputStream(new ByteArrayInputStream(config)); TourneyConfig tconfig = null; try { tconfig = (TourneyConfig)ostream.readObject(); } catch (Exception e) {