mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
add a comment for the fix
This commit is contained in:
parent
e176948423
commit
8612d17aaa
1 changed files with 1 additions and 0 deletions
|
@ -319,6 +319,7 @@ public class TableManager {
|
|||
if (player != null && player.isHuman()) {
|
||||
canBeRemoved = false;
|
||||
}
|
||||
/* temporarily fix for issue #262 */
|
||||
if(table.getGameType().equals("Two Player Duel")){
|
||||
canBeRemoved = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue