mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-25 10:01:23 +01:00
Um wow
This commit is contained in:
parent
e6b33d52ae
commit
81a2559339
@ -500,7 +500,7 @@ public class PlayerData {
|
|||||||
* Update the cached RPGPlayer in case of any major change in the player
|
* Update the cached RPGPlayer in case of any major change in the player
|
||||||
* data of other rpg plugins
|
* data of other rpg plugins
|
||||||
*/
|
*/
|
||||||
PlayerData playerData = get(player);
|
PlayerData playerData = data.get(player);
|
||||||
playerData.rpgPlayer = MMOItems.plugin.getRPG().getInfo(playerData);
|
playerData.rpgPlayer = MMOItems.plugin.getRPG().getInfo(playerData);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user