(Temp) Comment call and speaker commands

This commit is contained in:
Vortrex
2021-01-13 11:01:49 -06:00
parent 0dda3c99b2
commit a451ab5c75

View File

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