mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 14:02:05 -08:00
Xmage 1.4.25V0 (update because of Log problem)
This commit is contained in:
parent
d0922fdca4
commit
69e239d2ed
4 changed files with 54 additions and 5 deletions
|
|
@ -188,7 +188,6 @@ public class HumanPlayer extends PlayerImpl {
|
|||
synchronized (response) {
|
||||
try {
|
||||
response.wait();
|
||||
logger.info("Got response from player: " + response.toString());
|
||||
} catch (InterruptedException ex) {
|
||||
logger.error("Response error for player " + getName() + " gameId: " + game.getId(), ex);
|
||||
} finally {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue