fixes and new server plugins

This commit is contained in:
BetaSteward 2010-11-07 03:11:36 +00:00
parent beb37db93a
commit 1ed7b3f486
10 changed files with 23 additions and 14 deletions

View file

@ -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) {