diff options
author | KHobbits <rob@khobbits.co.uk> | 2012-09-08 14:51:03 +0100 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2012-09-08 14:51:03 +0100 |
commit | b1b09ea542379ae5cbc6f6db26fd4d1d3452d311 (patch) | |
tree | a1b95a2484add3ff87c7d2cb16972e72ad5d277f /EssentialsGeoIP/src | |
parent | e502a7e6fd12b9f6073ba592cc744f820c62c5db (diff) | |
download | Essentials-b1b09ea542379ae5cbc6f6db26fd4d1d3452d311.tar Essentials-b1b09ea542379ae5cbc6f6db26fd4d1d3452d311.tar.gz Essentials-b1b09ea542379ae5cbc6f6db26fd4d1d3452d311.tar.lz Essentials-b1b09ea542379ae5cbc6f6db26fd4d1d3452d311.tar.xz Essentials-b1b09ea542379ae5cbc6f6db26fd4d1d3452d311.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')
-rw-r--r-- | EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java | 2 |
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) { |