Update config.lua

This commit is contained in:
jimathy
2022-02-06 17:25:46 +00:00
committed by GitHub
parent 4ed398fd9f
commit 227fbd322c

View File

@@ -1,4 +1,4 @@
print("Jim-Payments v1.0 - Payments Script by Jimathy")
print("Jim-Payments v1.1 - Payments Script by Jimathy")
-- If you need support I now have a discord available, it helps me keep track of issues and give better support.
@@ -17,4 +17,4 @@ Config.Jobs = {
['tequilala'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
['vanilla'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
['mechanic'] = { MinAmountforTicket = 1000, PayPerTicket = 500 },
}
}