minor changes

This commit is contained in:
magenoxx 2012-05-22 19:21:03 +04:00
parent 814aefca80
commit 082a1fcb64
3 changed files with 10 additions and 4 deletions

View file

@ -276,7 +276,7 @@ public class CombatUtil {
try {
canBlock = blocker.canBlock(null, game);
} catch (Exception e) {
e.printStackTrace();
//e.printStackTrace();
}
}
return canBlock;