Updated plugin.yml

This commit is contained in:
Gabriele C
2015-07-30 23:54:19 +02:00
parent 7bfab781a1
commit fc09fb3a5c
3 changed files with 4 additions and 5 deletions
@@ -64,7 +64,6 @@ public class AsyncronousJoin {
if (plugin.ess != null && Settings.disableSocialSpy) {
try {
plugin.ess.getUser(player.getName().toLowerCase()).setSocialSpyEnabled(false);
} catch (Exception e) {
} catch (NoSuchMethodError e) {
}
}