mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-27 00:40:52 +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();
|
String message = this.packet.readString();
|
||||||
|
|
||||||
|
message = Emulator.getGameEnvironment().getWordFilter().filter(message, this.client.getHabbo());
|
||||||
|
|
||||||
for (int i : userIds) {
|
for (int i : userIds) {
|
||||||
if (i == 0)
|
if (i == 0)
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user