diff --git a/scripts/server/command.js b/scripts/server/command.js index 0507d944..f0badb16 100644 --- a/scripts/server/command.js +++ b/scripts/server/command.js @@ -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!");