mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 23:46:28 +01:00
Fix pressure plates
This commit is contained in:
parent
e195a108b1
commit
e6c1766c2c
@ -37,7 +37,7 @@ public class InteractionPressurePlate extends InteractionDefault {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onClick(GameClient client, Room room, Object[] objects) throws Exception {
|
public void onClick(GameClient client, Room room, Object[] objects) throws Exception {
|
||||||
super.onClick(client, room, objects);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@ -66,6 +66,11 @@ public class InteractionPressurePlate extends InteractionDefault {
|
|||||||
updateState(room);
|
updateState(room);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onPickUp(Room room) {
|
||||||
|
this.setExtradata("0");
|
||||||
|
}
|
||||||
|
|
||||||
public void updateState(Room room) {
|
public void updateState(Room room) {
|
||||||
boolean occupied = false;
|
boolean occupied = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user