add a comment for the fix

This commit is contained in:
Li REN 2013-07-13 20:24:50 -04:00
parent e176948423
commit 8612d17aaa

View file

@ -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;
}