Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
392 stars 71 forks source link

feat(AssetManager): Reduce server calls on folder change #1304

Closed Kruptein closed 11 months ago

Kruptein commented 11 months ago

When changing folders both a Folder.Get and a Folder.GetByPath call would be sent to the server. Only one of these has to happen as they return the same information.