diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-10-02 15:10:07 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-10-02 15:10:07 +0200 |
commit | 2b76c1328ab05c2b60c98f19cf5def31ca95399c (patch) | |
tree | a7b6985a773686ab50bf15b16cf67255f9ebc286 | |
parent | 05508b32c99e28b8ddf38a8ffb3def26daa812f5 (diff) | |
download | NorthstarWiki-2b76c1328ab05c2b60c98f19cf5def31ca95399c.tar.gz NorthstarWiki-2b76c1328ab05c2b60c98f19cf5def31ca95399c.zip |
Fix section title header level
Should be to "header 1" (single `#`) instead of "header 2" (double `#`)
-rw-r--r-- | docs/hosting-a-server-with-northstar/server-settings/convars.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hosting-a-server-with-northstar/server-settings/convars.md b/docs/hosting-a-server-with-northstar/server-settings/convars.md index 1b688dd..929bc78 100644 --- a/docs/hosting-a-server-with-northstar/server-settings/convars.md +++ b/docs/hosting-a-server-with-northstar/server-settings/convars.md @@ -1,4 +1,4 @@ -## Convars +# Convars Convars are located inside the `R2Northstar\mods\Northstar.CustomServers\mod\cfg\autoexec_ns_server.cfg` file. |