This commit is contained in:
Telesphoreo 2020-10-03 23:42:50 -05:00
commit 3746028de0

View file

@ -511,7 +511,7 @@ public class BendingPlayer {
return null;
}
return getBendingPlayer(player.getName());
return getBendingPlayer((OfflinePlayer)player);
}
/**