mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
fixes and new server plugins
This commit is contained in:
parent
beb37db93a
commit
1ed7b3f486
10 changed files with 23 additions and 14 deletions
|
|
@ -147,7 +147,7 @@ public class Card extends MagePermanent implements MouseMotionListener, MouseLis
|
|||
}
|
||||
|
||||
public void update(PermanentView permanent) {
|
||||
this.update(permanent.getOriginal());
|
||||
this.update((CardView)permanent);
|
||||
}
|
||||
|
||||
public void update(CardView card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue