Skip to content

Commit

Permalink
Forgot this in 9ab164a
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-dev committed Aug 7, 2024
1 parent 37ace8b commit b73d306
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,7 @@ public void changeAnnouncement(Player activePlayer, String message) {
LegionDAO.saveAnnouncement(legion.getLegionId(), announcement);
if (announcement == null) {
PacketSendUtility.sendPacket(activePlayer, SM_SYSTEM_MESSAGE.STR_MSG_CLEAR_GUILD_NOTICE());
PacketSendUtility.broadcastToLegion(legion, new SM_LEGION_INFO(legion), activePlayer.getObjectId());
} else {
PacketSendUtility.sendPacket(activePlayer, SM_SYSTEM_MESSAGE.STR_GUILD_WRITE_NOTICE_DONE());
PacketSendUtility.broadcastToLegion(legion, new SM_LEGION_EDIT(announcement));
Expand Down

0 comments on commit b73d306

Please sign in to comment.