Add lock, engine, siren cmds
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user