Skip to content

Commit

Permalink
Merge branch 'darkrpFPP'
Browse files Browse the repository at this point in the history
  • Loading branch information
FPtje committed Aug 22, 2013
2 parents a747ecc + 662a585 commit 0ccd715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamemode/fpp/server/FPP_DefaultBlockedModels.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ local defaultblocked = {

-- Add to SQLite database
for k,v in pairs(defaultblocked) do
FPPDB.Query("REPLACE INTO FPP_BLOCKEDMODELS1 VALUES("..sql.SQLStr(v)..");")
MySQLite.Query("REPLACE INTO FPP_BLOCKEDMODELS1 VALUES("..MySQLite.SQLStr(v)..");")
end

0 comments on commit 0ccd715

Please sign in to comment.