SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Intercept temporary content managers

Pathoschild opened this issue ยท 1 comments

commented

The game uses LocalizedContentManager.CreateTemporary() to create temporary content managers, but the method isn't virtual. Look into how to intercept it (e.g. by patching the game at runtime?).

commented

This was fixed in SMAPI 2.6.