Revert "Merge branch 'wired-spam' into 'dev'"

This reverts merge request !266
This commit is contained in:
Harmonic 2020-07-31 16:03:04 -04:00
parent 84689f8786
commit 8fb71247ab

View File

@ -3005,7 +3005,7 @@ public class Room implements Comparable<Room>, ISerialize, Runnable {
}
public void talk(Habbo habbo, RoomChatMessage roomChatMessage, RoomChatType chatType) {
this.talk(habbo, roomChatMessage, chatType, true);
this.talk(habbo, roomChatMessage, chatType, false);
}
public void talk(final Habbo habbo, final RoomChatMessage roomChatMessage, RoomChatType chatType, boolean ignoreWired) {