forked from External/mage
LKI: reverting back my change.
This commit is contained in:
parent
31234be77f
commit
bf897c9daf
1 changed files with 2 additions and 2 deletions
|
|
@ -989,9 +989,9 @@ public abstract class GameImpl<T extends GameImpl<T>> implements Game, Serializa
|
|||
*/
|
||||
@Override
|
||||
public Card getLastKnownInformation(UUID objectId, Zone zone) {
|
||||
if (!lki.containsKey(objectId)) {
|
||||
/*if (!lki.containsKey(objectId)) {
|
||||
return getCard(objectId);
|
||||
}
|
||||
}*/
|
||||
return lki.get(objectId);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue