diff --git a/Server/Core/Commands/CommandHandler.cs b/Server/Core/Commands/CommandHandler.cs index 61a3001d..d508c490 100644 --- a/Server/Core/Commands/CommandHandler.cs +++ b/Server/Core/Commands/CommandHandler.cs @@ -397,9 +397,6 @@ public static void HandleGetSystemInfoResponse(Client client, GetSystemInfoRespo } } - if (client.Value.FrmSi == null) - return; - try { client.Value.FrmSi.Invoke((MethodInvoker)delegate