Add "policestation" as GPS option

This commit is contained in:
Vortrex
2022-05-08 06:49:35 -05:00
parent d557e50342
commit c9f2f8ef85

View File

@@ -438,6 +438,7 @@ function gpsCommand(command, params, client) {
switch(toLowerCase(params)) {
case "police":
case "policestation":
blipColour = "businessBlue"
locationType = VRR_GPS_TYPE_POLICE;
break;