mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 23:46:28 +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 {
|
||||
|
||||
@Override
|
||||
public int getRatelimit() {
|
||||
return 1000;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void handle() throws Exception {
|
||||
int guildId = this.packet.readInt();
|
||||
|
Loading…
Reference in New Issue
Block a user