mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-01-10 00:48:00 +00:00
Merge https://github.com/ProjectKorra/ProjectKorra into master
This commit is contained in:
commit
3746028de0
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ public class BendingPlayer {
|
|||
return null;
|
||||
}
|
||||
|
||||
return getBendingPlayer(player.getName());
|
||||
return getBendingPlayer((OfflinePlayer)player);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue