mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +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
|
||||
*/
|
||||
private void addMakeFoil(int qty) {
|
||||
private void addMakeFoil(final int qty) {
|
||||
final int shortcutModifiers = 0;
|
||||
String label = "Foil " + SItemManagerUtil.getItemDisplayString(getItemManager().getSelectedItems(), qty, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user