diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-14 02:20:10 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-14 02:20:10 +0000 |
commit | 1b6e5af70bf442c684b891003e516329b190c130 (patch) | |
tree | b8df2155f13ac612bfa45bfadf783b3789f117cb /Northstar.CustomServers/mod/cfg | |
parent | 4eaace462efe15328fcc171f2c7f85ff29a9e821 (diff) | |
download | NorthstarMods-1b6e5af70bf442c684b891003e516329b190c130.tar.gz NorthstarMods-1b6e5af70bf442c684b891003e516329b190c130.zip |
various fixes
Diffstat (limited to 'Northstar.CustomServers/mod/cfg')
-rw-r--r-- | Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg b/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg index dbf4e388..3103f3e7 100644 --- a/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg +++ b/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg @@ -8,4 +8,5 @@ ns_auth_allow_insecure 0 // keep this to 0 unless you want to allow people to jo ns_erase_auth_info 1 // keep this to 1 unless you're testing and crashing alot, so you don't have to go through the northstar lobby to reauth ns_player_auth_port 8081 // this can be whatever, make sure it's portforwarded over tcp +ns_masterserver_hostname "192.248.160.3" // masterserver hostname everything_unlocked 1 // unlock everything
\ No newline at end of file |