Update for latest version of seamless
All checks were successful
Build / Compute Version (push) Successful in 6s
Build / Build Nuget package (push) Successful in 36s

Notable feature: V3 support (allegedly)
This commit is contained in:
2025-02-04 19:17:52 -05:00
parent 95d4b1ba27
commit c8c0255edd
8 changed files with 88 additions and 32 deletions

View File

@@ -39,6 +39,10 @@ namespace SeamlessClient.Components
return;
MyGuiControlTable myGuiControlTable = (MyGuiControlTable)typeof(MyGuiScreenMedicals).GetField("m_respawnsTable", System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.NonPublic).GetValue(__instance);
if (myGuiControlTable == null)
return;
string s = MyTexts.GetString(MySpaceTexts.SpawnInSpaceSuit);
foreach (var item in myGuiControlTable.Rows)
{