format fixes

This commit is contained in:
Borja Ferrer
2005-11-21 20:31:18 +00:00
parent c6fc34a64d
commit 1a48ebb345
13 changed files with 31 additions and 31 deletions

View File

@ -641,7 +641,7 @@ accessUser(id, name[] = "")
if (result & 2)
{
client_cmd(id, g_cmdLoopback)
client_cmd(id, "%s", g_cmdLoopback)
return PLUGIN_HANDLED
}