aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Server/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Server/Program.cs')
-rw-r--r--ShiftOS.Server/Program.cs4
1 files 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
{