Removed a spurious call to GetInstance().

This commit is contained in:
wrenczes@gmail.com
2010-12-08 07:58:20 +00:00
parent 5c819a3b3c
commit bfb6f396df

View File

@@ -393,7 +393,6 @@ MTGCardInstance * MTGPlayerCards::putInZone(MTGCardInstance * card, MTGGameZone
}
}
GameObserver *g = GameObserver::GetInstance();
WEvent * e = NEW WEventZoneChange(copy, from, to);
g->receiveEvent(e);