mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-05 14:18:21 +02:00
Fix #1106 GeoIP announces players who are hidden, on join.
This commit is contained in:
@@ -79,7 +79,7 @@ public class EssentialsGeoIPPlayerListener extends PlayerListener implements ICo
|
||||
{
|
||||
u.setGeoLocation(sb.toString());
|
||||
}
|
||||
if (config.getBoolean("show-on-login", true))
|
||||
if (config.getBoolean("show-on-login", true) && !u.isHidden())
|
||||
{
|
||||
for (Player player : event.getPlayer().getServer().getOnlinePlayers())
|
||||
{
|
||||
|
Reference in New Issue
Block a user