Quenty / NevermoreEngine

ModuleScript loader with reusable and easy unified server-client modules for faster game development on Roblox
https://quenty.github.io/NevermoreEngine/
MIT License
411 stars 124 forks source link

fix: Fix value removal function in ObservableMapList #426

Closed InvisibleWater closed 9 months ago

InvisibleWater commented 11 months ago

Just noticed that the methods called in here don't actually exist in ObservableList at the moment. I probably would have included this in the pull request I made earlier if I had caught this then.

Quenty commented 9 months ago

Thanks! I think I accidentally patched this same thing.