Browse Source

Class cleanup.

master
MagicBot 1 year ago
parent
commit
1eaec16ca3
  1. 7
      src/engine/net/client/handlers/PetitionReceivedMsgHandler.java

7
src/engine/net/client/handlers/PetitionReceivedMsgHandler.java

@ -39,8 +39,13 @@ public class PetitionReceivedMsgHandler extends AbstractClientMsgHandler { @@ -39,8 +39,13 @@ public class PetitionReceivedMsgHandler extends AbstractClientMsgHandler {
return false;
try {
petitionReceivedMsg.petition = 2;
// Write petition to database
DbManager.PetitionQueries.WRITE_PETITION_TO_TABLE(petition);
// Close the petition window
petitionReceivedMsg.petition = 2;
Dispatch dispatch = Dispatch.borrow(playerCharacter, msg);
DispatchMessage.dispatchMsgDispatch(dispatch, Enum.DispatchChannel.SECONDARY);

Loading…
Cancel
Save