mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Prevent losing card reordering in hand
This commit is contained in:
@@ -71,6 +71,7 @@ public class CHand implements ICDoc {
|
||||
synchronized (ordering) {
|
||||
ordering.remove(dragPanel.getCard());
|
||||
ordering.add(index, dragPanel.getCard());
|
||||
matchUI.getGameController(p0).reorderHand(dragPanel.getCard(), index);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user