format fixes
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user