From 9a131762c4cf27f2f6e2e72040c8516bd3c48f70 Mon Sep 17 00:00:00 2001 From: Manuel <38227219+Tindergarten@users.noreply.github.com> Date: Mon, 9 Apr 2018 21:47:39 +0200 Subject: [PATCH] Add files via upload --- client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.lua b/client/main.lua index c6fe7820..7a2db92f 100644 --- a/client/main.lua +++ b/client/main.lua @@ -1341,7 +1341,7 @@ AddEventHandler('esx_policejob:hasEnteredEntityZone', function(entity) if PlayerData.job ~= nil and PlayerData.job.name == 'police' and not IsPedInAnyVehicle(playerPed, false) then CurrentAction = 'remove_entity' - CurrentActionMsg = _U('remove_object') + CurrentActionMsg = _U('remove_prop') CurrentActionData = {entity = entity} end