Text to client updated with state

This commit is contained in:
2026-05-10 10:06:37 -04:00
parent b625ea2707
commit 13207c16f6
@@ -96,7 +96,7 @@ public class AcceptSubInviteHandler extends AbstractClientMsgHandler {
dispatch = Dispatch.borrow(sourcePlayer, msg);
DispatchManager.dispatchMsgDispatch(dispatch, mbEnums.DispatchChannel.SECONDARY);
ChatManager.chatSystemInfo(sourcePlayer, "Your guild is now a " + swornGuild.getGuildState().name() + '.');
ChatManager.chatGuildInfo(sourcePlayer, "Your guild is now a " + swornGuild.getGuildState().name() + '.');
return true;
}
}