Update player.lua

This commit is contained in:
BerkieBb
2021-06-18 17:46:06 +02:00
committed by GitHub
parent 8b0ae68d71
commit ac258aac21
+2
View File
@@ -635,3 +635,5 @@ QBCore.EscapeSqli = function(str)
local replacements = { ['"'] = '\\"', ["'"] = "\\'" }
return str:gsub( "['\"]", replacements ) -- or string.gsub( source, "['\"]", replacements )
end
QBCore.Functions.StartPayCheck()