From 731597e5d847723366ab184e8ee13ff181c50b1e Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Fri, 15 Jan 2021 03:40:29 -0600 Subject: [PATCH] Add radio command --- 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 95bcf1cd..1ac314a4 100644 --- a/scripts/server/command.js +++ b/scripts/server/command.js @@ -193,6 +193,8 @@ function loadCommands() { 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("radio", walkieTalkieChatCommand, "", getStaffFlagValue("none"), true, false), + commandData("r", walkieTalkieChatCommand, "", getStaffFlagValue("none"), true, false), ], job: [ commandData("takejob", takeJobCommand, "", getStaffFlagValue("none"), true, false), @@ -204,8 +206,6 @@ function loadCommands() { commandData("uniform", jobUniformCommand, "[uniform]", getStaffFlagValue("none"), true, false), commandData("equip", jobEquipmentCommand, "[equipment]", getStaffFlagValue("none"), true, false), - commandData("radio", jobRadioCommand, "", getStaffFlagValue("none"), true, false), - commandData("r", jobRadioCommand, "", getStaffFlagValue("none"), true, false), commandData("department", jobDepartmentRadioCommand, "", getStaffFlagValue("none"), true, false), commandData("d", jobDepartmentRadioCommand, "", getStaffFlagValue("none"), true, false),