Skip to content

Commit

Permalink
Update GameSpy4Tests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Jun 29, 2021
1 parent 833f853 commit d931a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenGSQTests/Protocols/GameSpy4Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class GameSpy4Tests
};

// Minecraft Pocket Edition
public GameSpy4 gameSpy4 = new GameSpy4("188.18.10.72", 19133);
public GameSpy4 gameSpy4 = new GameSpy4("104.238.152.181", 19132);

[TestMethod()]
public void GetResponseTest()
Expand Down

0 comments on commit d931a22

Please sign in to comment.