mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Prevent error when clicking Dev menu
This commit is contained in:
@@ -16,8 +16,6 @@ import forge.util.ThreadUtil;
|
||||
public class VDevMenu extends FDropDownMenu {
|
||||
@Override
|
||||
protected void buildMenu() {
|
||||
int[] x = null;
|
||||
int y = x[1];
|
||||
addItem(new FMenuItem("Generate Mana", new FEventHandler() {
|
||||
@Override
|
||||
public void handleEvent(FEvent e) {
|
||||
|
||||
Reference in New Issue
Block a user