mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 23:46:28 +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
|
@Override
|
||||||
protected long requiredCooldown()
|
protected long requiredCooldown()
|
||||||
{
|
{
|
||||||
return 1000;
|
return 500;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user