}
match.setCryptographicKeys(signingKeys);
match.setPlayerNamesFromHost(playerNames);
if (spec.shouldScramble) {
match.enableScrambling();
}
GameServer gameServer = new GameServer(match, hosts, ports);
if (spec.shouldDetail) {
gameServer.addObserver(errorPanel);