mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
removed showGameEndDialog message
This commit is contained in:
parent
3ba67ace1c
commit
43bb51edaa
3 changed files with 0 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue