-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
bug: unconfirmedPotential bugs that need replicating to verify.Potential bugs that need replicating to verify.
Description
Type of bug
Other unexpected behaviour
/ess dump all output
Error log (if applicable)
No response
Bug description
/ignore does not prevent players from receiving /msg direct messages from relevant players
see
Essentials/Essentials/src/main/java/com/earth2me/essentials/commands/Commandmsg.java
Line 49 in 9f57b3e
| loopOnlinePlayers(server, sender, false, canWildcard, args[0], new String[] {message}); |
Steps to reproduce
one player /ignores another
ignored player /msg's the first
first player receives DM's
Expected behaviour
ignored players cannot send you direct messages
Actual behaviour
ignored players CAN send you direct messages
Additional Information
No response
Metadata
Metadata
Assignees
Labels
bug: unconfirmedPotential bugs that need replicating to verify.Potential bugs that need replicating to verify.