mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 15:36:27 +01:00
Update WiredEffectBotTalk.java
Fixed the cooldown on Bot Talking Wired.
This commit is contained in:
parent
82d6dde21a
commit
b4f2bd5bf7
@ -170,6 +170,6 @@ public class WiredEffectBotTalk extends InteractionWiredEffect
|
||||
@Override
|
||||
protected long requiredCooldown()
|
||||
{
|
||||
return 1000;
|
||||
return 500;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user