From bf704b4e2309438bbbddc877cd7fb54294f11415 Mon Sep 17 00:00:00 2001 From: Beny Date: Thu, 15 Oct 2020 11:15:07 +0200 Subject: [PATCH] Effect now apply correctly on pressureplate - Closes #752 --- .../habbohotel/items/interactions/InteractionPressurePlate.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/eu/habbo/habbohotel/items/interactions/InteractionPressurePlate.java b/src/main/java/com/eu/habbo/habbohotel/items/interactions/InteractionPressurePlate.java index ed6cb853..9179e0a9 100644 --- a/src/main/java/com/eu/habbo/habbohotel/items/interactions/InteractionPressurePlate.java +++ b/src/main/java/com/eu/habbo/habbohotel/items/interactions/InteractionPressurePlate.java @@ -14,7 +14,7 @@ import gnu.trove.set.hash.THashSet; import java.sql.ResultSet; import java.sql.SQLException; -public class InteractionPressurePlate extends HabboItem { +public class InteractionPressurePlate extends InteractionDefault { public InteractionPressurePlate(ResultSet set, Item baseItem) throws SQLException { super(set, baseItem); this.setExtradata("0");