[Arcturus] Problem with Report System & Muting

Newbie Spellweaver
Joined
Jun 1, 2014
Messages
78
Reaction score
6
Hi,

In my hotel, we are having a problem when a user uses the report system. The user gets the error below:


The mute/unmute also doesn't work, i'm not too sure whether this is an issue with my database? If so, what are the relevant tables to look at? if not, what could it be?

Thanks.
 
Junior Spellweaver
Joined
May 3, 2009
Messages
173
Reaction score
134
Yep, The General mistake

If you can talk, you cant report xD

com/eu/habbo/messages/incoming/modtool/ReportEvent.java:22
Code:
if(this.client.getHabbo().getHabboStats().allowTalk())
{
      this.client.sendResponse(new HelperRequestDisabledComposer());
      return;
}
 
Upvote 0