mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-17 06:16:02 +01:00
Update config.lua
This commit is contained in:
@@ -14,6 +14,7 @@ Config.PaymentRadius = 30 -- This is how far the player list will check
|
||||
-- PayPerTicket should never be higher than MinAmountforTicket
|
||||
Config.Jobs = {
|
||||
['popsdiner'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
['beanmachine'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
['henhouse'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
['pizzathis'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
['burgershot'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
|
||||
Reference in New Issue
Block a user