diff options
author | ementalo <ementalodev@gmx.co.uk> | 2012-08-29 15:11:29 +0100 |
---|---|---|
committer | ementalo <ementalodev@gmx.co.uk> | 2012-08-29 15:11:29 +0100 |
commit | bbcf3ee3524d05d494c63708bb17cf567e240423 (patch) | |
tree | bf9312a4d40147f83218935cfa2b796693197287 /EssentialsGeoIP | |
parent | cc82d2ccc230a9d41bd239a6411d39f610fe018a (diff) | |
download | Essentials-bbcf3ee3524d05d494c63708bb17cf567e240423.tar Essentials-bbcf3ee3524d05d494c63708bb17cf567e240423.tar.gz Essentials-bbcf3ee3524d05d494c63708bb17cf567e240423.tar.lz Essentials-bbcf3ee3524d05d494c63708bb17cf567e240423.tar.xz Essentials-bbcf3ee3524d05d494c63708bb17cf567e240423.zip |
Updates to protect and geoip
Diffstat (limited to 'EssentialsGeoIP')
-rw-r--r-- | EssentialsGeoIP/src/net/ess3/geoip/EssentialsGeoIPPlayerListener.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialsGeoIP/src/net/ess3/geoip/EssentialsGeoIPPlayerListener.java b/EssentialsGeoIP/src/net/ess3/geoip/EssentialsGeoIPPlayerListener.java index 5c12f09c6..676539b08 100644 --- a/EssentialsGeoIP/src/net/ess3/geoip/EssentialsGeoIPPlayerListener.java +++ b/EssentialsGeoIP/src/net/ess3/geoip/EssentialsGeoIPPlayerListener.java @@ -100,7 +100,7 @@ public class EssentialsGeoIPPlayerListener implements Listener, IReload final IUser user = ess.getUserMap().getUser(player); if (Permissions.GEOIP_SHOW.isAuthorized(user)) { - user.sendMessage(_("geoipJoinFormat", user.getDisplayName(), builder.toString())); + user.sendMessage(_("geoipJoinFormat", user.getPlayer().getDisplayName(), builder.toString())); } } } |