mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-02-17 03:02:35 +01:00
Merge branch 'fix-pressure-plates' into 'dev'
Fix pressure plates See merge request morningstar/Arcturus-Community!485
This commit is contained in:
commit
80bdfb1522
@ -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…
x
Reference in New Issue
Block a user