OnPlayerLost check for enchanted players

This commit is contained in:
tool4EvEr
2021-01-31 15:02:35 +01:00
parent 3344cc64ff
commit 289728bbd8

View File

@@ -716,6 +716,8 @@ public class Game {
}
if(isMultiplayer) {
// unattach all "Enchant Player"
c.removeAttachedTo(p);
if (c.getOwner().equals(p)) {
for(Card cc : cards) {
cc.removeImprintedCard(c);