mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-21 20:01:18 +00:00
Fixed PM being visible in-chat
This commit is contained in:
parent
d58a228ed2
commit
f7f3a5c724
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ function commandPersonalMessage(clientId, command, recipient, ...)
|
|||
end
|
||||
|
||||
logs.writeChat(clientId, "priv", cmdClient, ...)
|
||||
|
||||
return true
|
||||
end
|
||||
commands.addclient("pm", commandPersonalMessage, "", "", true, (settings.get("fs_game") == "legacy"))
|
||||
commands.addclient("m", commandPersonalMessage, "", "", true, (settings.get("fs_game") == "legacy"))
|
||||
|
|
Loading…
Reference in a new issue