mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-02-02 06:17:34 +00:00
Change cmdstr to command in trm_invcmd
This commit is contained in:
parent
84be879805
commit
19b7f5b983
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue