if (this.getManipulatingCard() != null)
{
ICardIdentification idCard = (ICardIdentification) this.getManipulatingCard().getItem();
int id = dataStream.readInt();
Permission permission = Permission.getPermission(id);
if (permission != null)
{
if (!idCard.hasPermission(this.getManipulatingCard(), permission))
{