Noita-Together / noita-together

Play alone together
MIT License
44 stars 13 forks source link

Fix noita emotes broken by extra / out of place dofile #93

Closed tehkab closed 9 months ago

tehkab commented 9 months ago

player_ghosts.lua was being dofile-included more than once (in utils.lua and events.lua) - this happened to clobber appended replacements by noita emotes. While the emotes mod shouldn't outright replace our functions if possible, the workaround wasn't working anymore either.

Long story short, removing this dofile makes noita emotes work again with the recent player ghost fixes in #86 . oops.