mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Add echo
This commit is contained in:
parent
4b3c150004
commit
74e909d17f
1 changed files with 3 additions and 2 deletions
|
@ -493,6 +493,7 @@ static const char *whiteListedCommands[] = {
|
|||
"globalwidgetcommand", // used for mods adding custom HUDs
|
||||
"ui_addhud",
|
||||
"ui_removehud",
|
||||
"echo", // to print stuff client-side
|
||||
|
||||
//
|
||||
// Sounds
|
||||
|
@ -514,8 +515,8 @@ static const char *whiteListedCommands[] = {
|
|||
"-moveup",
|
||||
"screenshot",
|
||||
"screenshotJPEG",
|
||||
"levelshot"
|
||||
"`stufftext", // Stufftext detection from Reborn, the player gets kicked without it
|
||||
"levelshot",
|
||||
"`stufftext" // Stufftext detection from Reborn, the player gets kicked without it
|
||||
};
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue