Skip to content

Commit

Permalink
Change port back to 34403, since it can now tell v1 clients about the…
Browse files Browse the repository at this point in the history
… update
  • Loading branch information
jacob1 committed Aug 17, 2021
1 parent 7f90611 commit b373b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tptmp/common/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ return {
host = "tptmp.starcatcher.us",

-- * Port to connect to by default.
port = 34404,
port = 34403,

-- * Encrypt traffic between player clients and the server.
secure = true,
Expand Down

0 comments on commit b373b04

Please sign in to comment.