diff --git a/src/Tgstation.Server.Host/Components/StaticFiles/Configuration.cs b/src/Tgstation.Server.Host/Components/StaticFiles/Configuration.cs
index eecb350e43..5e871c2551 100644
--- a/src/Tgstation.Server.Host/Components/StaticFiles/Configuration.cs
+++ b/src/Tgstation.Server.Host/Components/StaticFiles/Configuration.cs
@@ -71,7 +71,7 @@ namespace Tgstation.Server.Host.Components.StaticFiles
///
/// Map of s to the filename of the event scripts they trigger.
///
- static readonly IReadOnlyDictionary> EventTypeScriptFileNameMap = new Dictionary>(
+ public static IReadOnlyDictionary> EventTypeScriptFileNameMap { get; } = new Dictionary>(
Enum.GetValues(typeof(EventType))
.Cast()
.Select(