K4-System icon indicating copy to clipboard operation
K4-System copied to clipboard

[BUG] Commands related to disabled modules are included in the output

Open hks27d opened this issue 10 months ago • 0 comments

Description of the bug The commands related to the disabled modules should not be included in the output when typing css_k4 in console or !k4 in chat.

How to reproduce the bug Set these modules to false in the config and restart the server:

  • "module_stats": false,
  • "module_utils": false,

The commands related to stats and utils are still showed when typing css_k4 in console or !k4 in chat.

Expected behavior Setting the options to false must also disable their corresponding commands when typing css_k4 in console or !k4 in chat.

Environment:

  • CSSharp 213
  • K4-System v4.1.6
  • Specific settings in config: "module_stats": false, and "module_utils": false,

hks27d avatar Apr 21 '24 23:04 hks27d