Updated seamless

This commit is contained in:
Garrett
2023-08-25 14:19:50 -05:00
parent 91f0e57d97
commit b470ca8a36
6 changed files with 60 additions and 26 deletions

View File

@@ -16,6 +16,9 @@ namespace SeamlessClient.OnlinePlayersWindow
public class PlayersWindowComponent : ComponentBase
{
public override void Patch(Harmony patcher)
{
patcher.CreateClassProcessor(typeof(OnlineNexusPlayersWindow)).Patch();
@@ -30,6 +33,8 @@ namespace SeamlessClient.OnlinePlayersWindow
public static void ApplyRecievedPlayers(List<OnlineServer> servers, int CurrentServer)
{
Seamless.TryShow($"Recieved {CurrentServer} - {servers.Count}");
}