mysql-async v3.0.1 support

This commit is contained in:
ElPumpo
2018-09-23 21:59:06 +02:00
parent 5b142f2bb2
commit f44e0c0e4f
+1 -1
View File
@@ -12,7 +12,7 @@ function GetSociety(name)
end
end
AddEventHandler('onMySQLReady', function()
MySQL.ready(function()
local result = MySQL.Sync.fetchAll('SELECT * FROM jobs', {})
for i=1, #result, 1 do