mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-02-17 03:02:35 +01:00
Getting rid of handitem disposal
This commit is contained in:
parent
ffd01c2965
commit
54aa966e57
@ -1208,10 +1208,13 @@ public class Room implements Comparable<Room>, ISerialize, Runnable {
|
||||
foundRightHolder[0] = habbo.getRoomUnit().getRightsLevel() != RoomRightLevels.NONE;
|
||||
}
|
||||
|
||||
/* Habbo doesn't remove the handitem anymore, checked on February 25 2023
|
||||
if (habbo.getRoomUnit().getHandItem() > 0 && millis - habbo.getRoomUnit().getHandItemTimestamp() > (Room.HAND_ITEM_TIME * 1000L)) {
|
||||
this.giveHandItem(habbo, 0);
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
if (habbo.getRoomUnit().getEffectId() > 0 && millis / 1000 > habbo.getRoomUnit().getEffectEndTimestamp()) {
|
||||
this.giveEffect(habbo, 0, -1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user