mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 23:46:28 +01:00
feat(InviteFriendsEvent): filter message
This commit is contained in:
parent
906a0c880c
commit
3f8762f7bb
@ -17,6 +17,8 @@ public class InviteFriendsEvent extends MessageHandler {
|
||||
|
||||
String message = this.packet.readString();
|
||||
|
||||
message = Emulator.getGameEnvironment().getWordFilter().filter(message, this.client.getHabbo());
|
||||
|
||||
for (int i : userIds) {
|
||||
if (i == 0)
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user