diff --git a/Emulator/src/main/java/com/eu/habbo/habbohotel/rooms/Room.java b/Emulator/src/main/java/com/eu/habbo/habbohotel/rooms/Room.java index 29e238e..123e41f 100644 --- a/Emulator/src/main/java/com/eu/habbo/habbohotel/rooms/Room.java +++ b/Emulator/src/main/java/com/eu/habbo/habbohotel/rooms/Room.java @@ -3176,10 +3176,13 @@ public class Room implements Comparable, ISerialize, Runnable { final boolean hasRights = this.hasRights(habbo); if (floodRights || !hasRights) { - if (this.chatProtection == 0) { + this.floodMuteHabbo(habbo, muteTime); + return; + + /*if (this.chatProtection == 0) { this.floodMuteHabbo(habbo, muteTime); return; - } /* else if (this.chatProtection == 1 && chatCounter > 4) { + } else if (this.chatProtection == 1 && chatCounter > 4) { this.floodMuteHabbo(habbo, muteTime); return; } else if (this.chatProtection == 2 && chatCounter > 5) {