Pushed Minor Horse Fixes. WiredEffectMoveRotateFurni now has a cooldown.

This commit is contained in:
KrewsOrg 2019-05-01 00:02:55 +01:00
parent 84a31ee5fb
commit 52cdc757c1

View File

@ -393,6 +393,6 @@ public class WiredEffectMoveRotateFurni extends InteractionWiredEffect
@Override
protected long requiredCooldown()
{
return -100;
return 100;
}
}