Files
Paper/paper-server/src/main/java/org/bukkit/craftbukkit
CraftBukkit/Spigot 25c4255d7c [Bleeding] Don't allow null display names. Fixes BUKKIT-5254
Currently, plugins can set a player's display name to null, which could
cause issues for other calls to getDisplayName that aren't expecting a null
value. This changes setDisplayName to follow the same logic as
setPlayerListName, which sets the player's name back to their unmodified
"vanilla" name if it receives a null value as a parameter.

By: GJ <gjmcferrin@gmail.com>
2014-01-31 09:42:03 -05:00
..
2013-07-08 19:43:37 -04:00
2012-01-14 23:02:10 +01:00