forked from Simnation/Main
all
This commit is contained in:
parent
fd2616f718
commit
a3e0712695
6 changed files with 6 additions and 6 deletions
|
@ -81,7 +81,7 @@ Config.RadioItems = {
|
|||
Config.lockedRadioChannels = {
|
||||
{ frq = 1, jobhasaccess = {"police"} },
|
||||
{ frq = 2, jobhasaccess = {"ambulance"} },
|
||||
{ frq = 3, jobhasaccess = {"police", "ambulance"} },
|
||||
{ frq = 3, jobhasaccess = {"police", "ambulance","marshal"} },
|
||||
{ frq = 4, jobhasaccess = {"marshal"} },
|
||||
}
|
||||
|
||||
|
|
|
@ -311,7 +311,7 @@
|
|||
"default": true,
|
||||
"category": "apps",
|
||||
"redirect": "fractions",
|
||||
"allowJobs": [],
|
||||
"allowJobs": ["police"],
|
||||
"disallowJobs": ["unemployed"]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue