mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-26 16:30:52 +01:00
Fix group forum exploit
This commit is contained in:
parent
034e3d0767
commit
ad86aeadf0
@ -13,6 +13,12 @@ import com.eu.habbo.messages.outgoing.handshake.ConnectionErrorComposer;
|
|||||||
|
|
||||||
|
|
||||||
public class GuildForumPostThreadEvent extends MessageHandler {
|
public class GuildForumPostThreadEvent extends MessageHandler {
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getRatelimit() {
|
||||||
|
return 1000;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void handle() throws Exception {
|
public void handle() throws Exception {
|
||||||
int guildId = this.packet.readInt();
|
int guildId = this.packet.readInt();
|
||||||
|
Loading…
Reference in New Issue
Block a user