mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-31 12:22:36 +01:00
Trim extra spaces from chat
This commit is contained in:
parent
634c2cbfc3
commit
18db001643
@ -3065,6 +3065,8 @@ public class Room implements Comparable<Room>, ISerialize, Runnable {
|
||||
|
||||
Rectangle show = this.roomSpecialTypes.tentAt(habbo.getRoomUnit().getCurrentLocation());
|
||||
|
||||
roomChatMessage.setMessage(roomChatMessage.getMessage().trim());
|
||||
|
||||
if (chatType == RoomChatType.WHISPER) {
|
||||
if (roomChatMessage.getTargetHabbo() == null) {
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user