Temperz87 / ultra-mod-manager

A WIP mod manager for ULTRAKILL, that works with BepInEx and UKMods
MIT License
24 stars 21 forks source link

RetrieveXPersistentModData methods dont work correctly #7

Closed bobot-dev closed 1 year ago

bobot-dev commented 1 year ago

RetrieveIntPersistentModData, RetrieveBooleanPersistentModData, RetrieveFloatPersistentModData, etc call RetrieveStringPersistentModData with the wrong parameters (modName, key) when it should be (key, modName)

Temperz87 commented 1 year ago

I am so sorry, I have fixed this, see releaes 0.4.3 of UMM.