Change cmdstr to command in trm_invcmd

This commit is contained in:
Michael 2017-01-21 19:35:03 -05:00
parent 84be879805
commit 19b7f5b983

View file

@ -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
{