- Flashback zone needs to be updated when the Stack changes, useful e.g. for Lightning Storm.

This commit is contained in:
Agetian
2018-12-20 08:33:25 +03:00
parent 382d3f7752
commit b792f13c70

View File

@@ -187,11 +187,12 @@ public class VPlayerPanel extends FContainer {
zoneTab.update(); zoneTab.update();
} }
//update flashback zone when graveyard, library, or exile zones updated //update flashback zone when graveyard, library, exile, or stack zones updated
switch (zoneType) { switch (zoneType) {
case Graveyard: case Graveyard:
case Library: case Library:
case Exile: case Exile:
case Stack:
zoneTabs.get(ZoneType.Flashback).update(); zoneTabs.get(ZoneType.Flashback).update();
break; break;
default: default: