mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Effect now apply correctly on pressureplate - Closes #752
This commit is contained in:
parent
bf704b4e23
commit
b49a0e652a
@ -40,14 +40,6 @@ public class InteractionPressurePlate extends InteractionDefault {
|
|||||||
super.onClick(client, room, objects);
|
super.onClick(client, room, objects);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void serializeExtradata(ServerMessage serverMessage) {
|
|
||||||
serverMessage.appendInt((this.isLimited() ? 256 : 0));
|
|
||||||
serverMessage.appendString(this.getExtradata());
|
|
||||||
|
|
||||||
super.serializeExtradata(serverMessage);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onWalk(RoomUnit roomUnit, Room room, Object[] objects) throws Exception {
|
public void onWalk(RoomUnit roomUnit, Room room, Object[] objects) throws Exception {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user