Planeswalker combat problem

Hi,
It seems the planeswalker blocking is not functioning in current svn version. I think changing InputControl.java from
It seems the planeswalker blocking is not functioning in current svn version. I think changing InputControl.java from
- Code: Select all
return new Input_Block();
- Code: Select all
if (AllZone.pwCombat.getAttackers().length != 0)
{
return new Input_Block_Planeswalker();
}
else
return new Input_Block();