mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 02:38:53 +00:00
Fixed typos in locales, closes #658
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
local isLoadoutLoaded, isPaused, isDead, isFirstSpawn, pickups = false, false, false, true, {}
|
||||
local isLoadoutLoaded, isPaused, isDead, pickups = false, false, false, {}
|
||||
|
||||
Citizen.CreateThread(function()
|
||||
while true do
|
||||
|
||||
Reference in New Issue
Block a user