From 004c9580434ccd2417d16c9d3e9ad3acdd783682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kto=C5=9B?= <43894510+Ktos93@users.noreply.github.com> Date: Sun, 5 Jul 2020 00:40:02 +0200 Subject: [PATCH] Update client.lua --- client.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.lua b/client.lua index 56a6463..970014c 100644 --- a/client.lua +++ b/client.lua @@ -164,7 +164,7 @@ Citizen.CreateThread(function() table.insert(lista_krawaty, v.Hash) elseif v.category == "suspenders" then table.insert(lista_szelki, v.Hash) - elseif v.category == "sprus" then + elseif v.category == "spurs" then table.insert(lista_ostrogi, v.Hash) elseif v.category == "ponchos" then table.insert(lista_poncho, v.Hash)