Removed a spurious call to GetInstance().
This commit is contained in:
@@ -393,7 +393,6 @@ MTGCardInstance * MTGPlayerCards::putInZone(MTGCardInstance * card, MTGGameZone
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
GameObserver *g = GameObserver::GetInstance();
|
|
||||||
WEvent * e = NEW WEventZoneChange(copy, from, to);
|
WEvent * e = NEW WEventZoneChange(copy, from, to);
|
||||||
g->receiveEvent(e);
|
g->receiveEvent(e);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user