Southclaws / sampctl

The Swiss Army Knife of SA:MP - vital tools for any server owner or library maintainer.
GNU General Public License v3.0
241 stars 33 forks source link

Store config elsewhere #452

Closed Southclaws closed 1 year ago

Southclaws commented 2 years ago

sampctl config is in the cache directory, but the cache should be ephemeral and you should be able to delete it without any long lasting effects to the functionality of sampctl but doing this would wipe your config.

config should be stored elsewhere, in a sampctl directory.

also the paths should respect OS standards and not use the home directory (this is quite annoying on Windows, my personal directory is full of crap from other software copying linux oddities instead of using the correct location in AppData)