mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-27 00:40:52 +01:00
Added ratelimit
This commit is contained in:
parent
53fc7ece4a
commit
de7c51d78a
@ -17,6 +17,11 @@ import java.util.Optional;
|
|||||||
|
|
||||||
public class WiredApplySetConditionsEvent extends MessageHandler {
|
public class WiredApplySetConditionsEvent extends MessageHandler {
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getRatelimit() {
|
||||||
|
return 500;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void handle() throws Exception {
|
public void handle() throws Exception {
|
||||||
int itemId = this.packet.readInt();
|
int itemId = this.packet.readInt();
|
||||||
|
Loading…
Reference in New Issue
Block a user