TheStonedTurtle / Loot-Logger

A RuneLite plugin that stores Loot Tracker data locally
BSD 2-Clause "Simplified" License
6 stars 9 forks source link

capitalization of log-in username/e-mail affects loot folders #33

Closed toomykins closed 2 years ago

toomykins commented 2 years ago

Though understandably Windows comes with a case-insensitive filesystem by default, linux and apple systems do use a case-sensitive system. As the programming is now, different folders will be created depending on the capitalization of a login username, leading to different storage areas. I'd recommend turning all characters in the username into lower-case format before making folders out of them.