From 227fbd322ca3cb70a8b66be95c444c61b4331ff6 Mon Sep 17 00:00:00 2001 From: jimathy Date: Sun, 6 Feb 2022 17:25:46 +0000 Subject: [PATCH] Update config.lua --- config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}