mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-31 12:22:36 +01:00
Merge branch 'fix-group-forum-exploit' into 'dev'
Fix group forum exploit See merge request morningstar/Arcturus-Community!129
This commit is contained in:
commit
f1fbdea6c0
@ -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…
x
Reference in New Issue
Block a user