From 162c92e63a61e1a98d6e479f37fc85a326bdbbd5 Mon Sep 17 00:00:00 2001 From: Nick Perry <6935777+nick-perry14@users.noreply.github.com> Date: Thu, 15 Apr 2021 11:07:41 -0400 Subject: [PATCH] Update client.lua --- client.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.lua b/client.lua index f2cdbaf..f9e3608 100644 --- a/client.lua +++ b/client.lua @@ -34,7 +34,7 @@ AddEventHandler("adminzone:inZone", function (coords, pass) AddTextEntry("adminzonenotif", Config.notificationText) SetTextEntry("adminzonenotif") DrawText(Config.notificationLocx, Config.notificationLocy) - if Config.disabledViolence then + if Config.disableViolence then if IsControlPressed(0, 106) then ShowNotif(Config.disabledViolencetext) end @@ -121,4 +121,4 @@ end) RegisterNetEvent('esx:playerLoaded') AddEventHandler('esx:playerLoaded', function(xPlayer) TriggerServerEvent('adminzone:ServerUpdateZone') -end) \ No newline at end of file +end)