diff --git a/src/Tgstation.Server.Host/Components/Events/EventType.cs b/src/Tgstation.Server.Host/Components/Events/EventType.cs
index 090c5c6982..dabb822de7 100644
--- a/src/Tgstation.Server.Host/Components/Events/EventType.cs
+++ b/src/Tgstation.Server.Host/Components/Events/EventType.cs
@@ -116,7 +116,7 @@ namespace Tgstation.Server.Host.Components.Events
///
/// Watchdog event when DreamDaemon exits unexpectedly. No parameters.
///
- [EventScript("WatchdogLaunch")]
+ [EventScript("WatchdogCrash")]
WatchdogCrash,
///