mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 23:46:28 +01:00
Effect now apply correctly on pressureplate - Closes #752
This commit is contained in:
parent
353bb16327
commit
bf704b4e23
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user