Fixed: Totem Order Position

This commit is contained in:
rubenpirreram
2026-06-02 17:18:04 +02:00
parent 5505af1803
commit 625e2c92a3
@@ -581,7 +581,7 @@ public class MainFXMLController {
)); ));
totem.setPreserveRatio(true); totem.setPreserveRatio(true);
if (controller.miniModel.slotPlayerMap.containsValue(op.player)) { if (op.played) {
totem.setVisible(false); totem.setVisible(false);
} }