SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Console commands shouldn't run asynchronously

Pathoschild opened this issue ยท 1 comments

commented

When the user enters a console command, it's handled by mods on a parallel thread. That can cause errors, since the game isn't threadsafe. Queue commands and execute them in the next update tick instead.

commented

Done in develop for the upcoming SMAPI 2.6-beta.21.