Casting cleanup in constructor signature.

This commit is contained in:
2023-08-16 15:04:52 -04:00
parent 5084b3e453
commit 5ccf833981
2 changed files with 5 additions and 6 deletions
@@ -37,7 +37,7 @@ public class PetitionReceivedMsgHandler extends AbstractClientMsgHandler {
if (playerCharacter == null)
return true;
Petition petition = new Petition(msg, origin);
Petition petition = new Petition(petitionReceivedMsg, origin);
// Write petition to database