diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-10 00:04:27 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-10 00:04:27 +0000 |
commit | b3f0e4598c5c573b0e79a8a9307966d2c07f5e4a (patch) | |
tree | 5f63d17ad800babda8686b143c1a1cb4bfd7ad1e /Northstar.CustomServers/mod/cfg | |
parent | 1f534d940670d6df826be68b39fcaa846f139a81 (diff) | |
download | NorthstarMods-b3f0e4598c5c573b0e79a8a9307966d2c07f5e4a.tar.gz NorthstarMods-b3f0e4598c5c573b0e79a8a9307966d2c07f5e4a.zip |
potentially fix bug with roundwinningkillreplays
Diffstat (limited to 'Northstar.CustomServers/mod/cfg')
-rw-r--r-- | Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg b/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg index 0e55312d..dbf4e388 100644 --- a/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg +++ b/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg @@ -7,3 +7,5 @@ ns_report_sp_server_to_masterserver 0 // whether this server should report itsel ns_auth_allow_insecure 0 // keep this to 0 unless you want to allow people to join without masterserver auth/persistence 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 + +everything_unlocked 1 // unlock everything
\ No newline at end of file |