Commit b8785b2a9b688af9e7f7f2a6bf2e64b8faf2cab7
1 parent
7bd1f7fc
update to latest MCP mappings, closes #73
Showing
1 changed file
with
1 additions
and
1 deletions
java/common/com/mumfrey/liteloader/core/ServerPluginChannels.java
... | ... | @@ -177,7 +177,7 @@ public class ServerPluginChannels extends PluginChannels<ServerPluginChannelList |
177 | 177 | } |
178 | 178 | catch (Exception ex) |
179 | 179 | { |
180 | - LiteLoaderLogger.warning(ex, "Error dispatching REGISTER packet to client %s", player.getName()); | |
180 | + LiteLoaderLogger.warning(ex, "Error dispatching REGISTER packet to client %s", player.getDisplayName()); | |
181 | 181 | } |
182 | 182 | } |
183 | 183 | ... | ... |