Renamed function

This commit is contained in:
BerkieBb
2021-07-30 21:05:01 +02:00
committed by GitHub
parent 6ef71fbc0e
commit e238051efa
+1 -1
View File
@@ -635,4 +635,4 @@ QBCore.EscapeSqli = function(str)
return str:gsub( "['\"]", replacements ) -- or string.gsub( source, "['\"]", replacements )
end
QBCore.Functions.StartPayCheck()
PaycheckLoop()