mirror of
https://github.com/correl/mage.git
synced 2025-03-16 09:16:26 -09: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()) {
|
if (player != null && player.isHuman()) {
|
||||||
canBeRemoved = false;
|
canBeRemoved = false;
|
||||||
}
|
}
|
||||||
|
/* temporarily fix for issue #262 */
|
||||||
if(table.getGameType().equals("Two Player Duel")){
|
if(table.getGameType().equals("Two Player Duel")){
|
||||||
canBeRemoved = false;
|
canBeRemoved = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue