From 19b7f5b98330335f51efd52b0f744e6174e987fe Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 21 Jan 2017 19:35:03 -0500 Subject: [PATCH] Change cmdstr to command in trm_invcmd --- ShiftOS.Server/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {