Move built-in commands array to native

This commit is contained in:
Vortrex
2022-06-14 06:29:29 -05:00
parent b435043313
commit 1023345e01

View File

@@ -42,21 +42,6 @@ let serverCommands = [];
// ===========================================================================
let builtInCommands = [
"refresh",
"restart",
"stop",
"start",
"reconnect",
"setname",
"connect",
"disconnect",
"say",
"dumpdoc",
];
// ===========================================================================
function initCommandScript() {
logToConsole(LOG_INFO, "[VRR.Command]: Initializing commands script ...");
logToConsole(LOG_INFO, "[VRR.Command]: Initialized commands script!");