Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktos93 authored Jul 3, 2020
1 parent 114da33 commit 19c334d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 == "spurs" then
elseif v.category == "sprus" then
table.insert(lista_ostrogi, v.Hash)
elseif v.category == "ponchos" then
table.insert(lista_poncho, v.Hash)
Expand Down

0 comments on commit 19c334d

Please sign in to comment.