From f7d506ae66e3aa3370d1e5adc092e438ac439533 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Fri, 8 Jan 2021 18:29:08 -0600 Subject: [PATCH] Remove temp biz cmds --- scripts/server/command.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/server/command.js b/scripts/server/command.js index ff61bf9a..69c6e798 100644 --- a/scripts/server/command.js +++ b/scripts/server/command.js @@ -79,11 +79,6 @@ function loadCommands() { commandData("bizentrance", moveBusinessEntranceCommand, "", getStaffFlagValue("manageBusinesses"), true, true, "Shows business information"), commandData("bizexit", moveBusinessExitCommand, "", getStaffFlagValue("manageBusinesses"), true, true, "Moves the exit (interior point) of the business"), commandData("bizinttype", setBusinessInteriorTypeCommand, "", getStaffFlagValue("manageBusinesses"), true, true, "Changes the business' interior"), - - // TEMPORARY - //commandData("buyskin", buySkinFromBusinessCommand, "", getStaffFlagValue("none"), true, true), - //commandData("buygun", buyWeaponFromBusinessCommand, "", getStaffFlagValue("none"), true, true), - //commandData("buyammo", buyWeaponFromBusinessCommand, "", getStaffFlagValue("none"), true, true), ], chat: [ commandData("me", meActionCommand, "", getStaffFlagValue("none"), true, false),