forked from External/mage
Test framework: added planes support in tests (command: addPlane)
This commit is contained in:
parent
d9344093dd
commit
30fe344e23
3 changed files with 37 additions and 24 deletions
|
|
@ -1102,7 +1102,7 @@ public class MageServerImpl implements MageServer {
|
|||
execute("removeTable", sessionId, () -> {
|
||||
SessionManager.instance.getSession(sessionId).ifPresent(session -> {
|
||||
UUID userId = session.getUserId();
|
||||
TableManager.instance.removeTable(userId, tableId); // delete account
|
||||
TableManager.instance.removeTable(userId, tableId);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue