mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-22 04:12:19 +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
|
end
|
||||||
|
|
||||||
logs.writeChat(clientId, "priv", cmdClient, ...)
|
logs.writeChat(clientId, "priv", cmdClient, ...)
|
||||||
|
|
||||||
|
return true
|
||||||
end
|
end
|
||||||
commands.addclient("pm", commandPersonalMessage, "", "", true, (settings.get("fs_game") == "legacy"))
|
commands.addclient("pm", commandPersonalMessage, "", "", true, (settings.get("fs_game") == "legacy"))
|
||||||
commands.addclient("m", commandPersonalMessage, "", "", true, (settings.get("fs_game") == "legacy"))
|
commands.addclient("m", commandPersonalMessage, "", "", true, (settings.get("fs_game") == "legacy"))
|
||||||
|
|
Loading…
Reference in a new issue