BG3-Community-Library-Team / BG3-Compatibility-Framework

An API-based Driven Compatibility Framework for Baldur's Gate 3 Mods
MIT License
38 stars 13 forks source link

Stats Data Doesn't need Sync() #92

Closed NellsRelo closed 7 months ago

NellsRelo commented 7 months ago

On the BG3 Modders Chat Discord, it was identified that spell:Sync() is unnecessary unless you're trying to change stats outside of the StatsLoaded event, in which case you'd need to sync them to client-side. Removing spell:Sync() may resolve some of the issues we've run into with StatsData support

NellsRelo commented 7 months ago

Pushed to main