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

@ -79,7 +79,7 @@ public client_authorized(id)
return PLUGIN_CONTINUE
}
client_cmd(id, g_cmdLoopback)
client_cmd(id, "%s", g_cmdLoopback)
return PLUGIN_HANDLED
}