Skip to content

Commit

Permalink
Fixed compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
evilfactory committed Aug 28, 2024
1 parent d71ced9 commit 0657efc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ namespace Barotrauma.Networking
{
static class NetConfig
{
public static int DefaultPort = 27015;
public static int DefaultQueryPort = 27016;
public const int DefaultPort = 27015;
public const int DefaultQueryPort = 27016;

public static int MaxPlayers = 256;

Expand Down

0 comments on commit 0657efc

Please sign in to comment.