Update WiredEffectBotTalk.java

Fixed the cooldown on Bot Talking Wired.
This commit is contained in:
Harmonic 2019-04-29 19:07:01 -07:00 committed by GitHub
parent 82d6dde21a
commit b4f2bd5bf7

View File

@ -170,6 +170,6 @@ public class WiredEffectBotTalk extends InteractionWiredEffect
@Override
protected long requiredCooldown()
{
return 1000;
return 500;
}
}