mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-19 07:56:26 +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.ResultSet;
|
||||||
import java.sql.SQLException;
|
import java.sql.SQLException;
|
||||||
|
|
||||||
public class InteractionPressurePlate extends HabboItem {
|
public class InteractionPressurePlate extends InteractionDefault {
|
||||||
public InteractionPressurePlate(ResultSet set, Item baseItem) throws SQLException {
|
public InteractionPressurePlate(ResultSet set, Item baseItem) throws SQLException {
|
||||||
super(set, baseItem);
|
super(set, baseItem);
|
||||||
this.setExtradata("0");
|
this.setExtradata("0");
|
||||||
|
Loading…
Reference in New Issue
Block a user