We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d4cbc commit 57b0f35Copy full SHA for 57b0f35
Resources/Config.cs
@@ -1,7 +1,7 @@
1
namespace Resources {
2
static public class Config {
3
public const int mapseed = 8710; //hardcoded for now
4
- public const int bridgeVersion = 15;
+ public const int bridgeVersion = 16;
5
public const string serverIP = "pb97.ddns.net";//temp
6
public const int serverPort = 12346;
7
}
0 commit comments