fix always crashing on close

This commit is contained in:
UnknownShadow200 2020-07-29 18:17:41 +10:00
parent 4dc05d82f5
commit 7e7bfb00da

View File

@ -47,7 +47,6 @@ void Event_Unregister(struct Event_Void* handlers, void* obj, Event_Void_Callbac
handlers->Objs[handlers->Count] = NULL;
return;
}
Logger_Abort("Attempt to unregister event handler that was not registered to begin with");
}
void Event_UnregisterAll(void) {