mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Small fix for multiplayer tab labels
This commit is contained in:
@@ -155,7 +155,7 @@ public enum VSubmenuConstructed implements IVSubmenu<CSubmenuConstructed> {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
for (int i = currentNumTabsShown; i <= toShow; i++) {
|
for (int i = currentNumTabsShown; i <= toShow; i++) {
|
||||||
tabPane.add("Player " + i, playerPanels.get(i));
|
tabPane.add("Player " + (i + 1), playerPanels.get(i));
|
||||||
}
|
}
|
||||||
currentNumTabsShown = tabPane.getComponentCount() - 1;
|
currentNumTabsShown = tabPane.getComponentCount() - 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user