diff --git a/ShiftOS.Server/Program.cs b/ShiftOS.Server/Program.cs index 6c6d1da..3e0455a 100644 --- a/ShiftOS.Server/Program.cs +++ b/ShiftOS.Server/Program.cs @@ -326,9 +326,9 @@ Contents: } break; case "trm_invcmd": - if(args["guid"] != null && args["cmdstr"] != null) + if(args["guid"] != null && args["command"] != null) { - string cmd = args["cmdstr"] as string; + string cmd = args["command"] as string; string cGuid = args["guid"] as string; server.DispatchTo(new Guid(cGuid), new NetObject("trminvoke", new ServerMessage {