diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/ActorFactory.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/ActorFactory.cs index aee912a..433e4b8 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/ActorFactory.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/ActorFactory.cs @@ -17,7 +17,7 @@ namespace DiIiS_NA.GameServer.GSSystem.ActorSystem { public static class ActorFactory { - private static readonly Dictionary SNOHandlers = new Dictionary(); + private static readonly Dictionary SNOHandlers; private static Logger Logger = new Logger("ActorFactory"); static ActorFactory()