This commit is contained in:
Xephi59
2015-07-31 01:57:50 +02:00
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) {
}
}