Fixed: Shutdown during processing of a plugin hook
When a fatal error was triggered during processing of a hook, the plugin subsystem itself triggered another fatal error because of a Con_Error() call during hook removal.
Converted the fatal error to a warning log message.
Fixed: Shutdown during processing of a plugin hook
When a fatal error was triggered during processing of a hook,
the plugin subsystem itself triggered another fatal error
because of a Con_Error() call during hook removal.
Converted the fatal error to a warning log message.