Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Feb 4, 2024
1 parent 6b32af7 commit 6eb1c2c
Show file tree
Hide file tree
Showing 48 changed files with 2,600 additions and 3,177 deletions.
4 changes: 2 additions & 2 deletions OpenGSQTests/Protocols/EOSTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ public async Task GetInfoPalWorldTest()
string externalAuthToken = await EOS.GetExternalAuthTokenAsync(clientId, clientSecret, externalAuthType);
string accessToken = await EOS.GetAccessTokenAsync(clientId, clientSecret, deploymentId, grantType, externalAuthType, externalAuthToken);

EOS eos = new("34.22.135.67", 30001, deploymentId, accessToken, 5000);
EOS eos = new("35.226.201.18", 30111, deploymentId, accessToken, 5000);

SaveResult(nameof(GetInfoTest), await eos.GetInfo());
SaveResult(nameof(GetInfoPalWorldTest), await eos.GetInfo());
}
}
}
2 changes: 1 addition & 1 deletion OpenGSQTests/Protocols/Quake3Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace OpenGSQ.Protocols.Tests
public class Quake3Tests : TestBase
{
// Quake3 - https://www.gametracker.com/search/et/
public Quake3 quake3 = new("108.61.18.110", 27960);
public Quake3 quake3 = new("135.148.137.185", 27960);

public Quake3Tests() : base(typeof(Quake3Tests))
{
Expand Down
2 changes: 1 addition & 1 deletion OpenGSQTests/Protocols/Unreal2Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace OpenGSQ.Protocols.Tests
[TestClass()]
public class Unreal2Tests : TestBase
{
public Unreal2 unreal2 = new("51.195.117.236", 9981);
public Unreal2 unreal2 = new("109.230.224.189", 6970);

public Unreal2Tests() : base(typeof(Unreal2Tests))
{
Expand Down
Loading

0 comments on commit 6eb1c2c

Please sign in to comment.