mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
fix final in ACEditor
This commit is contained in:
@@ -499,7 +499,7 @@ public abstract class ACEditorBase<TItem extends InventoryItem, TModel extends D
|
|||||||
*
|
*
|
||||||
* @param qty a negative quantity will prompt the user for a number
|
* @param qty a negative quantity will prompt the user for a number
|
||||||
*/
|
*/
|
||||||
private void addMakeFoil(int qty) {
|
private void addMakeFoil(final int qty) {
|
||||||
final int shortcutModifiers = 0;
|
final int shortcutModifiers = 0;
|
||||||
String label = "Foil " + SItemManagerUtil.getItemDisplayString(getItemManager().getSelectedItems(), qty, false);
|
String label = "Foil " + SItemManagerUtil.getItemDisplayString(getItemManager().getSelectedItems(), qty, false);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user