mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
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…
Reference in a new issue