Enteligenz / StardewMods

Collection of my Stardew Valley mods.
MIT License
1 stars 1 forks source link

Fix crashing on main menu #1

Closed SocksTheWolf closed 2 months ago

SocksTheWolf commented 2 months ago

Or any menu that doesn't have a chatbox available.

Also remove async specifier, as nothing calls this object with await.

Target .net6 per new documentation.

SocksTheWolf commented 2 months ago

Based off this bug report on Nexus: https://www.nexusmods.com/stardewvalley/mods/17321?tab=bugs

SocksTheWolf commented 2 months ago

TwitchChatIntegration 1.1.0.zip

Here's the compiled build as well, so that you can just push it to NexusMods

Enteligenz commented 2 months ago

Oh, damn! I honestly abandoned this mod since I didn't think anyone was really using it, and I didn't like the code that much. But since you fixed it, I'll update it :) Thanks!