From 8cf3257da991d662dd77accb8f3ff640b292f1f1 Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Mon, 28 Jul 2025 12:40:53 +0100 Subject: [PATCH] Set `Usebzzz` to false in default config Left this on when testing, sorry :( --- config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lua b/config.lua index d77b005..069a8cd 100644 --- a/config.lua +++ b/config.lua @@ -30,7 +30,7 @@ Config = { PaymentRadius = 15, -- This is how far the playerlist will check for nearby players (based on the person charging) - Usebzzz = true, -- enable if you're using the prop from bzzz + Usebzzz = false, -- enable if you're using the prop from bzzz Enablecommand = true, -- Enables the /cashregister command