Bounce back message

This commit is contained in:
2023-08-14 14:42:32 -04:00
parent 1eaec16ca3
commit bcf789030e
@@ -45,7 +45,7 @@ public class PetitionReceivedMsgHandler extends AbstractClientMsgHandler {
// Close the petition window
petitionReceivedMsg.petition = 2;
petitionReceivedMsg.petition = 1;
Dispatch dispatch = Dispatch.borrow(playerCharacter, msg);
DispatchMessage.dispatchMsgDispatch(dispatch, Enum.DispatchChannel.SECONDARY);