Banning Issue!

Issue #543 resolved
NextGenHabbo created an issue

in 1.6.0 there was no rank sensitive protection against banning, so a user rank 7 could ban another rank 7 user etc. However in 1.7.0 we just tested this and it superbanned both users, both the one being banned and the one who typed the :superban command.

Here's the full error: at com.eu.habbo.habbohotel.rooms.Room.talk(Room.java:3309) at com.eu.habbo.habbohotel.rooms.Room.talk(Room.java:3247) at com.eu.habbo.messages.incoming.rooms.users.RoomUserTalkEvent.handle(RoomUserTalkEvent.java:31) at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:126) at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:27) at com.eu.habbo.threading.ThreadPooling$1.run(ThreadPooling.java:52) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144) at java.lang.Thread.run(Thread.java:745)

The Emulator is also constantly spamming the error i've attached. I believe it's something to do with your new pathfinder.

Worked fine on 1.6.0

Comments (5)

  1. Log in to comment