mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-01 12:20:59 +02:00
Readded some code, so that the user is not checked, if he is next to himself.
This commit is contained in:
@@ -101,7 +101,7 @@ public class EssentialsChatPlayerListener extends PlayerListener
|
||||
{
|
||||
continue;
|
||||
}
|
||||
if (!u.isAuthorized("essentials.chat.spy"))
|
||||
if (!u.equals(user) && !u.isAuthorized("essentials.chat.spy"))
|
||||
{
|
||||
final Location l = u.getLocation();
|
||||
final int dx = x - l.getBlockX();
|
||||
|
Reference in New Issue
Block a user