mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -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));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue