Fixes for offline mode servers

This commit is contained in:
Luck
2016-09-16 21:24:25 +01:00
Unverified
parent f2e06b56e7
commit be74b50762
7 changed files with 42 additions and 30 deletions
@@ -55,7 +55,7 @@ public class BungeeListener extends AbstractListener implements Listener {
final ProxiedPlayer player = ((ProxiedPlayer) e.getSender());
BungeePlayerCache playerCache = plugin.getPlayerCache().get(player.getUniqueId());
BungeePlayerCache playerCache = plugin.getPlayerCache().get(plugin.getUuidCache().getUUID(player.getUniqueId()));
if (playerCache == null) {
return;
}