From 1023345e0119d52bff923850086e813bbc847654 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 14 Jun 2022 06:29:29 -0500 Subject: [PATCH] Move built-in commands array to native --- scripts/server/command.js | 15 --------------- 1 file changed, 15 deletions(-) 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!");