dieterblancke / BungeeUtilisalsX

Easy proxy management, all in one place. Dozens of commands, announcers, proxy GUI's, ...
https://endoy.dev/projects/BungeeUtilisalsX/info
GNU General Public License v3.0
6 stars 5 forks source link

remove avoidable garbage generation when not needed #214

Closed mechoriet closed 1 year ago

mechoriet commented 1 year ago

Only create a new UserStorage if needed when there is nothing returned by UserDao

And UserSettings is created regardless if exisintg or not its always made with a fresh arraylist

its just a tiny bit of waste generation that shouldn't be needed in my opinion