Skip to content

Commit

Permalink
fix(engine): Acknowledge player reports in chat area
Browse files Browse the repository at this point in the history
  • Loading branch information
Pazaz committed Feb 3, 2025
1 parent 984b492 commit 27697f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/network/rs225/client/handler/ReportAbuseHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default class ReportAbuseHandler extends MessageHandler<ReportAbuse> {
}

World.notifyPlayerReport(player, fromBase37(message.offender), message.reason);
player.messageGame('Thank-you, your abuse report has been received.');
return true;
}
}

0 comments on commit 27697f7

Please sign in to comment.