summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2012-09-08 14:51:03 +0100
committerKHobbits <rob@khobbits.co.uk>2012-09-08 14:51:03 +0100
commitc3228f1bd6b59ed7a60d7edb6025e2a327e3a3b5 (patch)
treea74a782538c075663351af572484536090a7a180 /EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java
parent45135e4b63126ecb0533537dedd6e0fa6055066f (diff)
downloadEssentials-c3228f1bd6b59ed7a60d7edb6025e2a327e3a3b5.tar
Essentials-c3228f1bd6b59ed7a60d7edb6025e2a327e3a3b5.tar.gz
Essentials-c3228f1bd6b59ed7a60d7edb6025e2a327e3a3b5.tar.lz
Essentials-c3228f1bd6b59ed7a60d7edb6025e2a327e3a3b5.tar.xz
Essentials-c3228f1bd6b59ed7a60d7edb6025e2a327e3a3b5.zip
New Permission: essentials.god.pvp
Unless you have this permission you will be unable to attack other players while in god mode.
Diffstat (limited to 'EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java')
-rw-r--r--EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java b/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java
index c8de953cf..733d7212b 100644
--- a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java
+++ b/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java
@@ -40,7 +40,7 @@ public class EssentialsGeoIPPlayerListener implements Listener, IConf
config.setTemplateName("/config.yml", EssentialsGeoIP.class);
reloadConfig();
}
-
+
@EventHandler(priority = EventPriority.MONITOR)
public void onPlayerJoin(final PlayerJoinEvent event)
{