From 65f076e0ab5877070a47ff2fe2e374d5504172a4 Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Mon, 27 Aug 2018 11:20:59 +0200 Subject: [PATCH] Removed unused variables --- client/main.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/main.lua b/client/main.lua index 33cee92a..cbcb1140 100644 --- a/client/main.lua +++ b/client/main.lua @@ -23,9 +23,7 @@ local isInMarker = false local isInPublicMarker = false local hintToDisplay = "no hint to display" -local jobDone = false local onDuty = false -local moneyInBank = 0 local spawner = 0 local myPlate = {} local isJobVehicleDestroyed = false