mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
server: fixed that rollback requests do nothing in some use cases (related to #11285);
This commit is contained in:
parent
e0bd72521f
commit
48c1bbdc01
1 changed files with 1 additions and 1 deletions
|
|
@ -925,7 +925,7 @@ public class GameController implements GameCallback {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private synchronized void informPersonal(UUID playerId, final String message) throws MageException {
|
private void informPersonal(UUID playerId, final String message) throws MageException {
|
||||||
perform(playerId, playerId1 -> getGameSession(playerId1).informPersonal(message));
|
perform(playerId, playerId1 -> getGameSession(playerId1).informPersonal(message));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue