AvarionMC / graves

GNU General Public License v3.0
15 stars 3 forks source link

TODO: rework `Graves::getPermissionList` #12

Open svaningelgem opened 2 months ago

svaningelgem commented 2 months ago

Right now it's looping every time every single permission.

Maybe a better way is to load it once, cache it and only refresh the cache when the permissions are modified.