This commit is contained in:
2022-09-25 23:03:18 +03:00
parent 26505fd5c9
commit a1bde013e6

View File

@@ -274,7 +274,7 @@ public class ConsoleCommandsHandler
}
);
AddCommand("extern", "Load an external command", "extern [pluginName]", async (args) =>
AddCommand("import", "Load an external command", "import [pluginName]", async (args) =>
{
if (args.Length <= 1) return;
string pName = Functions.MergeStrings(args, 1);