Ladysnake / PlayerAbilityLib

It's your new pal!
GNU Lesser General Public License v3.0
13 stars 8 forks source link

Don't spam console when an "ability is updated externaly" #10

Open SFort opened 2 years ago

SFort commented 2 years ago

as it makes the logs pretty unreadable, please only write the warning once or mark it as debug

Pyrofab commented 2 years ago

Hi ! Sorry for the annoyance, but this is the visual indication that an actual bug may occur. In fact, when mods update player abilities directly, they risk cancelling each other, which is not good for anyone. Would you mind if I opened a PR to survival flight to properly fix that instead ? Oh I just noticed you already added compatibility, thank you for your work !

SFort commented 2 years ago

It is a good solution to easily avoid conflicts (thanks) i still think that in cases where devs don't add compat there should be at least an option to not log but it's really not a big deal, feel free to close

BernardoGrigiastro commented 2 years ago

I agree, there should be a config option to disable that