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

@ -677,12 +677,12 @@ public actionClcmdMenu(id, key)
if (flags & 1)
{
server_cmd(command)
server_cmd("%s", command)
server_exec()
} else if (flags & 2)
client_cmd(id, command)
client_cmd(id, "%s", command)
else if (flags & 4)
client_cmd(player, command)
client_cmd(player, "%s", command)
}
if (flags & 8)