CHR15cs / CS2-Practice-Plugin

Open Source Plugin for Counterstrike 2 based on CounterStrikeSharp
GNU General Public License v3.0
82 stars 10 forks source link

[Bug]: CSPRACC wrong naming #75

Open HerrMagiic opened 4 months ago

HerrMagiic commented 4 months ago

What happened?

when installing the plugin the cfg/CSPRACC folder appeares to be written linke this: CSPracc This results in this error message: image

To fix this problem you need to change the folder to all uppercases

Plugin Version

v1.0.0.3 Only tested Linux version

Which metamod version are you using?

...

Which css version are you using?

...

What server os do you use?

Linux

Relevant log output

No response

maRT-sk commented 4 months ago

I encountered the same issue on my Linux server. Renaming the configuration folder to uppercase letters resolved the problem. The path to the config files on my virtual machine is /cfg/CSPRACC. After this change, loading the configurations works fine for me.