mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Update features.md
This commit is contained in:
parent
1758a0cd2e
commit
7f662a93df
1 changed files with 8 additions and 1 deletions
|
@ -28,7 +28,14 @@ Overall, better compatibility on modern systems and bugfixes.
|
||||||
- Customizable FOV
|
- Customizable FOV
|
||||||
- OpenAL and SDL are used
|
- OpenAL and SDL are used
|
||||||
- Smoother animations
|
- Smoother animations
|
||||||
- Stufftext protection: commands that the server want clients to execute are now filtered
|
|
||||||
|
#### Stufftext restriction
|
||||||
|
|
||||||
|
Servers can no longer make players run any command. Only a small number of safe commands are now allowed. This change helps prevent abuse, like unbinding player controls, and improves overall security.
|
||||||
|
|
||||||
|
To improve safety and the overall experience for everyone, `stufftext` is now limited to trusted, commonly used commands, like those for controlling in-game music.
|
||||||
|
|
||||||
|
The full list can be found in [cgame/cg_servercmds_filter.c](../code/cgame/cg_servercmds_filter.c).
|
||||||
|
|
||||||
### Server-side
|
### Server-side
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue