Southclaws / sampctl

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

Runtime should also have a working directory field #389

Open ADRFranklin opened 4 years ago

ADRFranklin commented 4 years ago

The build section in the config uses the workingDir field to build in another path, the runtime should also do the same, by allowing the user to run their server in another path.

There is already a field for workingDir, but it is ignored in the config, and it needs modifying to make sure the path works.

This should be another fairly simple one to add.