mirror of
https://github.com/LordBoos/boosCooldowns.git
synced 2025-02-19 22:11:59 +01:00
fixed bug with command blocking
This commit is contained in:
parent
87f1d5b920
commit
811e6cd3a4
@ -72,7 +72,7 @@ public class boosCoolDownListener implements Listener {
|
||||
this.checkCooldown(event, player, preSub, messageSub);
|
||||
used = true;
|
||||
} else {
|
||||
blocked = blocked(player, preSub, messageSub);
|
||||
blocked = blocked(player, preCommand, messageCommand);
|
||||
this.checkCooldown(event, player, preCommand,
|
||||
messageCommand);
|
||||
used = true;
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: boosCooldown
|
||||
main: cz.boosik.boosCooldown.boosCoolDown
|
||||
version: 2.3.0 beta
|
||||
version: 2.4.1 beta
|
||||
author: boosik
|
||||
softdepend: [Vault,PermissionsEX]
|
||||
description: >
|
||||
|
Loading…
Reference in New Issue
Block a user