diff --git a/config.lua b/config.lua index 5afdab7..cbf3035 100644 --- a/config.lua +++ b/config.lua @@ -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 }, -} \ No newline at end of file +}