Fixed setting auth hook

This commit is contained in:
games647
2016-06-04 14:56:04 +02:00
parent aa30c070b9
commit 8809875ca4
6 changed files with 1 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ public class DelayedAuthHook implements Runnable {
return false;
}
if (plugin.getAuthPlugin() != null) {
if (plugin.getAuthPlugin() == null) {
plugin.setAuthPluginHook(authPluginHook);
}