Add lock, engine, siren cmds

This commit is contained in:
VortrexFTW
2020-09-06 00:16:15 -05:00
parent 13a5474cc6
commit 8837836c4a

View File

@@ -115,7 +115,11 @@ function loadCommandData() {
startup: [], startup: [],
translate: [], translate: [],
utilities: [], utilities: [],
vehicle: [], vehicle: [
commandData("lock", vehicleLockCommand, "", getStaffFlagValue("none"), true, true),
commandData("engine", vehicleEngineCommand, "", getStaffFlagValue("none"), true, true),
commandData("siren", vehicleSirenCommand, "", getStaffFlagValue("none"), true, true),
],
} }
return tempCommands; return tempCommands;
} }