mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-26 16:30:52 +01:00
Merge branch 'fix-doorbell' into 'dev'
Fix: send to hotelview when cancel doorbell See merge request morningstar/Arcturus-Community!512
This commit is contained in:
commit
c3d6af45fd
@ -3,6 +3,7 @@ package com.eu.habbo.messages.incoming.hotelview;
|
||||
import com.eu.habbo.Emulator;
|
||||
import com.eu.habbo.habbohotel.rooms.Room;
|
||||
import com.eu.habbo.messages.incoming.MessageHandler;
|
||||
import com.eu.habbo.messages.outgoing.hotelview.HotelViewComposer;
|
||||
|
||||
public class HotelViewEvent extends MessageHandler {
|
||||
@Override
|
||||
@ -21,6 +22,7 @@ public class HotelViewEvent extends MessageHandler {
|
||||
} else {
|
||||
this.client.getHabbo().getHabboInfo().setRoomQueueId(0);
|
||||
}
|
||||
this.client.sendResponse(new HotelViewComposer());
|
||||
}
|
||||
|
||||
if (this.client.getHabbo().getRoomUnit() != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user