Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxEdwards20 committed Apr 18, 2024
1 parent f6e849e commit d1ce1e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Client/Menu/ConnectingView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ public override void render(GameTime gameTime)
private bool connectToServer()
{
// Attempt to connect to the server
return MessageQueueClient.instance.initialize("fd58:e39:96f6:1:1066:8dfb:2e75:5b45", 3000);
// return MessageQueueClient.instance.initialize("localhost", 3000);
// return MessageQueueClient.instance.initialize("fd58:e39:96f6:1:1066:8dfb:2e75:5b45", 3000);
return MessageQueueClient.instance.initialize("localhost", 3000);
}

public override void RegisterCommands()
Expand Down
1 change: 0 additions & 1 deletion src/Shared/Components/Appearance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ public Appearance(string texture)
{
this.texture = texture;
}

public string texture { get; private set; }
}
}

0 comments on commit d1ce1e5

Please sign in to comment.