Didn't work but I'm half convinced cookie containers never fucking work in .NET anyway so trying the shitty Rainbet hack since that at least was good enough to establish the WebSocket

This commit is contained in:
barelyprofessional
2026-04-16 21:45:52 -05:00
parent 3d269716e8
commit b4cd21da41
2 changed files with 6 additions and 23 deletions

View File

@@ -584,6 +584,8 @@ public static class BuiltIn
public static string WinnaEnabled = "Winna.Enabled";
[BuiltInSetting("BossmanJack's Winna username", SettingValueType.Text, "ImBossmanJack")]
public static string WinnaBmjUsername = "Winna.BmjUsername";
[BuiltInSetting("Array of cookies as a shitty hack to get Winna going", SettingValueType.Array, "[]")]
public static string WinnaCookies = "Winna.Cookies";
}
}