mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
missed file
This commit is contained in:
parent
b81938210a
commit
b1ab23df37
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ public class TableController {
|
|||
}
|
||||
|
||||
public synchronized void leaveTable(UUID sessionId) {
|
||||
if (table.getState() == TableState.WAITING)
|
||||
if (table.getState() == TableState.WAITING || table.getState() == TableState.STARTING)
|
||||
table.leaveTable(sessionPlayerMap.get(sessionId));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue