mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 04:57:17 +01:00
Fix another style message
This commit is contained in:
@@ -71,7 +71,7 @@ namespace Tgstation.Server.Host.Components.StaticFiles
|
||||
/// <summary>
|
||||
/// Map of <see cref="EventType"/>s to the filename of the event scripts they trigger.
|
||||
/// </summary>
|
||||
static readonly IReadOnlyDictionary<EventType, IReadOnlyList<string>> EventTypeScriptFileNameMap = new Dictionary<EventType, IReadOnlyList<string>>(
|
||||
public static IReadOnlyDictionary<EventType, IReadOnlyList<string>> EventTypeScriptFileNameMap { get; } = new Dictionary<EventType, IReadOnlyList<string>>(
|
||||
Enum.GetValues(typeof(EventType))
|
||||
.Cast<EventType>()
|
||||
.Select(
|
||||
|
||||
Reference in New Issue
Block a user