This commit is contained in:
smallmodel 2025-03-15 19:48:17 +01:00
parent 4b3c150004
commit 74e909d17f
No known key found for this signature in database
GPG key ID: A96F163ED4891440

View file

@ -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
};
//