mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-26 16:30:52 +01:00
Remove extraneous logging
This commit is contained in:
parent
f2d8d683f2
commit
906a0c880c
1
sqlupdates/2_2_0-RC-2_TO_2_2_0-RC-3.sql
Normal file
1
sqlupdates/2_2_0-RC-2_TO_2_2_0-RC-3.sql
Normal file
@ -0,0 +1 @@
|
||||
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.room.furni.max', '2500');
|
@ -32,7 +32,6 @@ public class InteractionHabboClubGate extends InteractionDefault {
|
||||
public boolean canWalkOn(RoomUnit roomUnit, Room room, Object[] objects) {
|
||||
Habbo habbo = room.getHabbo(roomUnit);
|
||||
|
||||
System.out.println(habbo != null && habbo.getHabboStats().hasActiveClub());
|
||||
return habbo != null && habbo.getHabboStats().hasActiveClub();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user