This commit is contained in:
Gunging 2021-11-07 14:39:39 -06:00
parent e6b33d52ae
commit 81a2559339

View File

@ -500,7 +500,7 @@ public class PlayerData {
* Update the cached RPGPlayer in case of any major change in the player
* data of other rpg plugins
*/
PlayerData playerData = get(player);
PlayerData playerData = data.get(player);
playerData.rpgPlayer = MMOItems.plugin.getRPG().getInfo(playerData);
}