removed showGameEndDialog message

This commit is contained in:
betasteward 2015-09-02 12:56:19 -04:00
parent 3ba67ace1c
commit 43bb51edaa
3 changed files with 0 additions and 12 deletions

View file

@ -305,10 +305,6 @@ public class Server {
if (ch != null)
ch.writeAndFlush(new GameErrorCallback(gameId, message)).addListener(WriteListener.getInstance());
}
public void showGameEndDialog(String sessionId, UUID gameId) {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}
public void startDraft(String sessionId, UUID draftId, UUID playerId) {
Channel ch = findChannel(sessionId);