Increased wired cooldown

This commit is contained in:
Beny 2019-05-16 10:15:33 +01:00
parent cfc6546671
commit 2842e8993a

View File

@ -107,7 +107,7 @@ public abstract class InteractionWired extends HabboItem
protected long requiredCooldown()
{
return 10L;
return 50L;
}