fixed wired exploit

This commit is contained in:
capheus 2019-04-24 16:32:30 +01:00
parent a18f3eb344
commit b2eb207c22

View File

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