BaseMod
BaseMod copied to clipboard
Event Command fails on conditional events
If the event command is used for a conditional event, the test
if (EventHelper.getEvent(eventName) == null) {
DevConsole.couldNotParse();
DevConsole.log(eventName + " is not an event ID");
return;
}
has a possibility of failing, resulting in the command failing.