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),