From a9f7ac5663b56dfea24f19dd51de784379424590 Mon Sep 17 00:00:00 2001 From: jimathy Date: Tue, 19 Apr 2022 21:30:08 +0100 Subject: [PATCH] Default setting to vanilla location --- config.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.lua b/config.lua index 07905b8..d437fdf 100644 --- a/config.lua +++ b/config.lua @@ -34,8 +34,8 @@ Config.CommissionLimit = false -- If true, this limits the Commission to only be -- PayPerTicket should never be higher than MinAmountforTicket -- Commission is a percentage eg "0.10" becomes 10% ---Config.CashInLocation = vector3(251.75, 222.17, 106.2) -- Default Third Window along in Pacific Bank -Config.CashInLocation = vector3(269.28, 217.24, 106.28) -- Default Third Window along in Pacific Bank (Gabz) +Config.CashInLocation = vector3(251.75, 222.17, 106.2) -- Default Third Window along in Pacific Bank +--Config.CashInLocation = vector3(269.28, 217.24, 106.28) -- Default Third Window along in Pacific Bank (Gabz) Config.Jobs = { ['beanmachine'] = { MinAmountforTicket = 50, PayPerTicket = 50, Commission = 0.10, }, @@ -47,4 +47,4 @@ Config.Jobs = { ['tequilala'] = { MinAmountforTicket = 50, PayPerTicket = 50, Commission = 0.10, }, ['vanilla'] = { MinAmountforTicket = 50, PayPerTicket = 50, Commission = 0.10, }, ['mechanic'] = { MinAmountforTicket = 1000, PayPerTicket = 500, Commission = 0.10, }, -} \ No newline at end of file +}