mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-10 06:41:53 +00:00
Fixed syntax for private message command
This commit is contained in:
parent
f671d02a5b
commit
2754faf98f
1 changed files with 2 additions and 2 deletions
|
@ -91,5 +91,5 @@ function commandPersonalMessage(clientId, command, target, ...)
|
|||
|
||||
return true
|
||||
end
|
||||
commands.addclient("pm", commandPersonalMessage, "", "", true, (settings.get("fs_game") == "legacy"))
|
||||
commands.addclient("m", commandPersonalMessage, "", "", true, (settings.get("fs_game") == "legacy"))
|
||||
commands.addclient("pm", commandPersonalMessage, "", "[^2name^7|^2slot#^7] [^2message^7]", true, (settings.get("fs_game") == "legacy"))
|
||||
commands.addclient("m", commandPersonalMessage, "", "[^2name^7|^2slot#^7] [^2message^7]", true, (settings.get("fs_game") == "legacy"))
|
||||
|
|
Loading…
Reference in a new issue