13
0
geforkt von Mirrors/Paper
Paper/paper-server/src
CraftBukkit/Spigot 4ef13fbc4c Don't do case lookups when we have the right case already.
This is a missed part of the original "[Bleeding] Use case from player data
for OfflinePlayer. Fixes BUKKIT-519" commit. It avoids doing (somewhat
expensive) lookups of player data to find the correct capitalization inside
getOfflinePlayers() as we're already loading their name from the player data
and thus have the correct capitalization.

By: Travis Watkins <amaranth@ubuntu.com>
2012-11-18 10:51:52 -06:00
..
main Don't do case lookups when we have the right case already. 2012-11-18 10:51:52 -06:00
test/java/org/bukkit Improved the potion test to detect missing PotionType values. 2012-11-01 03:38:25 -05:00