roflmuffin / CounterStrikeSharp

CounterStrikeSharp allows you to write server plugins in C# for Counter-Strike 2/Source2/CS2
https://docs.cssharp.dev
Other
806 stars 129 forks source link

`css_lang` command has no effect #347

Closed Delfram99 closed 8 months ago

Delfram99 commented 8 months ago

I'm using the latest build v175 and experiencing an issue with the css_lang command. When I use it, no changes are applied and translations do not take effect. Even rejoining the server does not resolve the issue. Furthermore, after a server restart, the setting resets to its default value for the player.

roflmuffin commented 8 months ago

Do you know if this is a regression? We have never persisted the server language across server restarts, as this is just kept in memory after a user types !lang en, but a custom plugin does have the ability to persist this if they wanted to. Which plugin are you using to confirm the translations are not working?

github-actions[bot] commented 8 months ago

This issue has been marked needs-author-action and may be missing some important information.