Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/server/src/urllib3-2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nohumanman committed Jun 20, 2024
2 parents 54e36bf + 5d1bc7c commit 7b2f5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod-loader-solution/NetClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class NetClient : MonoBehaviour {
bool PlayerCollision = false;
List<string> messages = new List<string>();
public int port = 65432;
public string ip = "18.132.81.187";
public string ip = "86.26.185.112";
static string version = "0.2.73";
static bool quietUpdate = false;
static string patchNotes = "- Checksums implemented for server communicationb\n- Fixed networked bike switching\n- Non-descenders bikes temporarily disabled (BMX, etc)\n\nYours,\n- nohumanman"; // that which has changed since the last version.
Expand Down

0 comments on commit 7b2f5e3

Please sign in to comment.