Skip to content

Commit

Permalink
Remove ns_player_auth_port from server config
Browse files Browse the repository at this point in the history
With connectionless we no longer use the TCP port.
  • Loading branch information
GeckoEidechse authored Apr 23, 2023
1 parent c89364c commit a4d75fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ 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

ns_masterserver_hostname "https://northstar.tf" // masterserver hostname
everything_unlocked 1 // unlock everything
Expand Down

0 comments on commit a4d75fd

Please sign in to comment.