ClassiCube / MCGalaxy

A Minecraft Classic / ClassiCube server software
GNU General Public License v3.0
172 stars 80 forks source link

Searching players in PlayerDB should preffer case-sensitive search first instead of case-insensitive #637

Closed forkiesassds closed 2 years ago

forkiesassds commented 2 years ago

This avoids cases when someone is looking up for PlayerAmazing, but the player database has both playeramazing and PlayerAmazing, and in some cases it might prefer the name with the wrong cases instead of the one the user might be looking for.

UnknownShadow200 commented 2 years ago

Having multiple of same username but with different case is unsupported