Fixed McRPG compatibility

This commit is contained in:
Indyuce 2020-04-29 15:52:33 +02:00
parent e56914e088
commit 503857569e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -17,7 +17,7 @@ public class McRPGHook implements RPGHandler, Listener {
@EventHandler
public void a(McRPGPlayerLevelChangeEvent event) {
PlayerData.get(event.getMcRPGPlayer().getOfflineMcMMOPlayer()).scheduleDelayedInventoryUpdate();
PlayerData.get(event.getMcRPGPlayer().getOfflineMcRPGPlayer()).scheduleDelayedInventoryUpdate();
}
@Override