fixed compiling errors when using sql

This commit is contained in:
Felix Geyer 2004-08-18 16:08:16 +00:00
parent 2c13271b10
commit 0899098cd8

View File

@ -190,9 +190,9 @@ public adminSql() {
}
if (g_aNum == 1)
server_print("[AMXX] %L", SERVER_LANG, "SQL_LOADED_ADMIN" )
server_print("[AMXX] %L", LANG_SERVER, "SQL_LOADED_ADMIN" )
else
server_print("[AMXX] %L", SERVER_LANG, "SQL_LOADED_ADMINS", g_aNum )
server_print("[AMXX] %L", LANG_SERVER, "SQL_LOADED_ADMINS", g_aNum )
dbi_free_result(Res)
dbi_close(sql)
return PLUGIN_HANDLED