removed draw method from GameObserver as it is no longer used since the refactor of the
player mulligan code.
This commit is contained in:
@@ -1054,10 +1054,6 @@ int GameObserver::isInExile(MTGCardInstance * card)
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
void GameObserver::draw()
|
||||
{
|
||||
currentPlayer->game->drawFromLibrary();
|
||||
}
|
||||
|
||||
void GameObserver::cleanupPhase()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user