forked from Simnation/Main
Update shared.lua
This commit is contained in:
parent
3344d5632e
commit
3ac5c6c276
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ return {
|
||||||
|
|
||||||
police = {
|
police = {
|
||||||
-- How many police must be online in order to start a robbery?
|
-- How many police must be online in order to start a robbery?
|
||||||
count = 0,
|
count = 1,
|
||||||
-- Add your police job(s) below
|
-- Add your police job(s) below
|
||||||
jobs = { 'police', 'sheriff' },
|
jobs = { 'police', 'sheriff' },
|
||||||
-- Set your dispatch system
|
-- Set your dispatch system
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue