diff --git a/Exiled.Events/Features/Event{T}.cs b/Exiled.Events/Features/Event{T}.cs index 5fc1909be5..4c0f432742 100644 --- a/Exiled.Events/Features/Event{T}.cs +++ b/Exiled.Events/Features/Event{T}.cs @@ -36,7 +36,7 @@ namespace Exiled.Events.Features /// The specified that the event will use. public class Event : IExiledEvent { - private static readonly Dictionary> TypeToEvent = new(); + private static readonly Dictionary TypeToEvent = new(); private bool patched; @@ -55,7 +55,7 @@ public Event() /// /// Gets a of which contains all the instances. /// - public static IReadOnlyDictionary> Dictionary => TypeToEvent; + public static IReadOnlyDictionary Dictionary => TypeToEvent; /// /// Subscribes a target to the inner event and checks if patching is possible, if dynamic patching is enabled.