forked from MagicBane/Server
Casting cleanup in constructor signature.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user