Fixup 4b6e547 because apparently I cannot write

[ci skip]

(cherry-picked from commit 607bc4c935)
This commit is contained in:
Charles Dang 2018-04-11 17:43:47 +11:00
parent f536852a54
commit b20f838933

View file

@ -144,7 +144,7 @@ void manager::write_events(config& cfg) const
// error occurs in MP. If the event in question is first-time-only, it will already
// have been flagged as disabled by this point (such events are disabled before their
// actions are run). If a disabled event is encountered outside an event context,
// however, assert. That means something when wrong with event list cleanup.
// however, assert. That means something went wrong with event list cleanup.
if(eh->disabled() && is_event_running()) {
continue;
} else {