fix command in consumables not working at all

This commit is contained in:
Blekdigits 2021-02-17 21:49:02 +07:00
parent 4d7c14a5a4
commit a6589810dd

View File

@ -227,6 +227,7 @@ public class Commands extends ItemStat {
commands.add(cd);
}
}
return commands;
// Needs updating
} catch (JsonSyntaxException|IllegalStateException exception) {