From 8acacd2cd1b6adb1c16881cb8b78c0fdc0414b02 Mon Sep 17 00:00:00 2001 From: jimathy Date: Wed, 20 Apr 2022 20:48:11 +0100 Subject: [PATCH] vector4 --- config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.lua b/config.lua index 8bf89e8..d84936f 100644 --- a/config.lua +++ b/config.lua @@ -54,7 +54,7 @@ Config.CommissionLimit = false -- If true, this limits the Commission to only be -- Commission is a percentage eg "0.10" becomes 10% Config.CashInLocation = vector4(252.23, 223.11, 106.29, 159.2) -- Default Third Window along in Pacific Bank -if Config.Gabz then Config.CashInLocation = vector3(269.28, 217.24, 106.28, 69.0) end -- Middle along in Pacific Bank (Gabz) +if Config.Gabz then Config.CashInLocation = vector4(269.28, 217.24, 106.28, 69.0) end -- Middle along in Pacific Bank (Gabz) Config.Jobs = { ['beanmachine'] = { MinAmountforTicket = 50, PayPerTicket = 50, Commission = 0.10, }, @@ -210,4 +210,4 @@ Config.GabzBankLocations = { vector4(259.02, 214.32, 106.28, 337.82), -- Pacficic Gabz 9+10 vector4(254.27, 216.06, 106.28, 336.37), -- Pacficic Gabz 11+12 } -} \ No newline at end of file +}