Merge pull request #128 from steveski/master

Escaped table name.
This commit is contained in:
LazarusOfTheFallen
2021-02-01 15:05:06 -06:00
committed by GitHub
+1 -1
View File
@@ -64,7 +64,7 @@ end
MySQL.ready(function()
Citizen.Wait(1500)
MySQL.Async.fetchAll('SELECT * FROM properties', {}, function(properties)
MySQL.Async.fetchAll('SELECT * FROM `properties`', {}, function(properties)
for i=1, #properties, 1 do
local entering = nil