mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Fixed: Wrong argument checked
This commit is contained in:
parent
1fdd44a673
commit
93b0557ca1
1 changed files with 1 additions and 1 deletions
|
@ -5489,7 +5489,7 @@ NLMISC_COMMAND (webExecCommand, "Execute a web command", "<user id> <web_app_url
|
||||||
if (command_args.size() > 8)
|
if (command_args.size() > 8)
|
||||||
{
|
{
|
||||||
if (command_args[8] != "*") {
|
if (command_args[8] != "*") {
|
||||||
NLMISC::fromString(command_args[7], z);
|
NLMISC::fromString(command_args[8], z);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue