forked from MagicBane/Server
Bounce back message
This commit is contained in:
@@ -45,7 +45,7 @@ public class PetitionReceivedMsgHandler extends AbstractClientMsgHandler {
|
|||||||
|
|
||||||
// Close the petition window
|
// Close the petition window
|
||||||
|
|
||||||
petitionReceivedMsg.petition = 2;
|
petitionReceivedMsg.petition = 1;
|
||||||
Dispatch dispatch = Dispatch.borrow(playerCharacter, msg);
|
Dispatch dispatch = Dispatch.borrow(playerCharacter, msg);
|
||||||
DispatchMessage.dispatchMsgDispatch(dispatch, Enum.DispatchChannel.SECONDARY);
|
DispatchMessage.dispatchMsgDispatch(dispatch, Enum.DispatchChannel.SECONDARY);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user