From a451ab5c75bf207c4aefa8f47e34ddd4227812dd Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Wed, 13 Jan 2021 11:01:49 -0600 Subject: [PATCH] (Temp) Comment call and speaker commands --- scripts/server/command.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/server/command.js b/scripts/server/command.js index 55882467..95bcf1cd 100644 --- a/scripts/server/command.js +++ b/scripts/server/command.js @@ -191,8 +191,8 @@ function loadCommands() { commandData("power", toggleItemEnabledCommand, "", getStaffFlagValue("none"), true, false), commandData("freq", setWalkieTalkieFrequencyCommand, "[frequncy number]", getStaffFlagValue("none"), true, false), - commandData("call", callWithPhoneCommand, "[number]", getStaffFlagValue("none"), true, false), - commandData("speakerphone", togglePhoneSpeakerCommand, "", getStaffFlagValue("none"), true, false), + //commandData("call", callWithPhoneCommand, "[number]", getStaffFlagValue("none"), true, false), + //commandData("speakerphone", togglePhoneSpeakerCommand, "", getStaffFlagValue("none"), true, false), ], job: [ commandData("takejob", takeJobCommand, "", getStaffFlagValue("none"), true, false),