Fix group forum exploit

This commit is contained in:
Harmonic 2020-05-01 12:21:47 -04:00
parent 034e3d0767
commit ad86aeadf0

View File

@ -13,6 +13,12 @@ import com.eu.habbo.messages.outgoing.handshake.ConnectionErrorComposer;
public class GuildForumPostThreadEvent extends MessageHandler {
@Override
public int getRatelimit() {
return 1000;
}
@Override
public void handle() throws Exception {
int guildId = this.packet.readInt();