mirror of
https://github.com/essentials/Essentials.git
synced 2025-10-02 00:56:55 +02:00
Prevent that hidden players broadcast afk messages
Prevent that moving players triggers unafk too early, they can now move within a radius of 3 blocks from the position where they went afk.
This commit is contained in:
@@ -47,7 +47,7 @@ public class UserManager implements IConf
|
||||
return username;
|
||||
}
|
||||
}
|
||||
return search;
|
||||
return null;
|
||||
}
|
||||
|
||||
public void setAddress(final String username, final String address)
|
||||
|
Reference in New Issue
Block a user