- Fixed Commander combat damage

This commit is contained in:
swordshine
2013-09-25 01:21:21 +00:00
parent 25c18e8f48
commit 537fd9a076

View File

@@ -634,7 +634,7 @@ public class Player extends GameEntity implements Comparable<Player> {
}
}
if(source.isCommander())
if(source.isCommander() && isCombat)
{
if(!commanderDamage.containsKey(source))
{