This commit is contained in:
2022-06-09 17:19:51 +03:00
parent 781bb489bd
commit 97888626b6
3 changed files with 4 additions and 5 deletions

View File

@@ -188,7 +188,7 @@ public class ConsoleCommandsHandler
}
);
AddCommand("add", "add variable to the system variables\nadd [key] [value] [isReadOnly=true/false]", async args =>
AddCommand("add", "add variable to the system variables\nadd [key] [value] [isReadOnly=true/false]", args =>
{
if (args.Length < 4) return;
var key = args[1];