mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
.
This commit is contained in:
@@ -24,7 +24,7 @@ namespace TGServerService
|
||||
if (!EventHandlerExists(eventName))
|
||||
{
|
||||
// We don't need a handler, so let's just fail semi-silently.
|
||||
TGServerService.WriteWarning(String.Format("Preaction Event not running due to missing event handler: {}.", GetPath(eventName)), TGServerService.EventID.PreactionFail);
|
||||
TGServerService.WriteWarning(String.Format("Preaction Event not running due to missing event handler: {}", GetPath(eventName)), TGServerService.EventID.PreactionFail);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user