abluescarab / tModLoader-WingSlot

This mod adds a dedicated wing slot to the inventory.
GNU General Public License v3.0
16 stars 9 forks source link

Fails to compile on latest stable tmodloader due to extending a non-existent class. #54

Closed tulpenkiste closed 11 months ago

tulpenkiste commented 11 months ago

https://github.com/abluescarab/tModLoader-WingSlot/blob/e9b69bc619729e30f84bb7f5fe011f0ebdf1c922/WingSlotPlayer.cs#L9C1-L9C1 By changing the class being extended to just "ModPlayer", it will successfully compile and load again.

abluescarab commented 11 months ago

Thanks for bringing this issue to my attention. I've changed it the way you recommended and the mod has been updated.