Send periodic notifications to the client for ongoing forges.

This commit is contained in:
ImmuState
2022-06-06 16:55:29 -07:00
committed by Melledy
parent 4b77e84e81
commit 9a313e50eb
3 changed files with 55 additions and 4 deletions

View File

@@ -1194,6 +1194,9 @@ public class Player {
this.save();
this.sendPacket(new PacketAvatarExpeditionDataNotify(this));
}
// Send updated forge queue data, if necessary.
this.getForgingManager().sendPlayerForgingUpdate();
}