Remove all Auth plugins hooks #2
@ -34,7 +34,7 @@ index e26b271..25f1ac2 100644
|
|||||||
- registerHook();
|
- registerHook();
|
||||||
+ // LimeLogin start
|
+ // LimeLogin start
|
||||||
+ //registerHook();
|
+ //registerHook();
|
||||||
+ // LimeLogin end
|
+ // LimeLogin stop
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@ -57,8 +57,9 @@ index e26b271..25f1ac2 100644
|
|||||||
} catch (ReflectiveOperationException ex) {
|
} catch (ReflectiveOperationException ex) {
|
||||||
logger.error("Couldn't load the auth hook class", ex);
|
logger.error("Couldn't load the auth hook class", ex);
|
||||||
}
|
}
|
||||||
- }
|
|
||||||
+ } */
|
+ }
|
||||||
|
|
||||||
+ // LimeLogin end
|
+ // LimeLogin end
|
||||||
|
|
||||||
public void sendPluginMessage(Server server, ChannelMessage message) {
|
public void sendPluginMessage(Server server, ChannelMessage message) {
|
||||||
|
@ -65,6 +65,7 @@ index 410b1e4..0136f09 100644
|
|||||||
+ // LimeLogin start
|
+ // LimeLogin start
|
||||||
+ super(plugin.getCore());
|
+ super(plugin.getCore());
|
||||||
+ // LimeLogin end
|
+ // LimeLogin end
|
||||||
|
|
||||||
this.plugin = plugin;
|
this.plugin = plugin;
|
||||||
this.preLoginEvent = preLoginEvent;
|
this.preLoginEvent = preLoginEvent;
|
||||||
this.connection = connection;
|
this.connection = connection;
|
||||||
@ -309,6 +310,7 @@ index ec3f924..90c9add 100644
|
|||||||
+ // LimeLogin start
|
+ // LimeLogin start
|
||||||
+ //private AuthPlugin<P> authPlugin;
|
+ //private AuthPlugin<P> authPlugin;
|
||||||
+ // LimeLogin end
|
+ // LimeLogin end
|
||||||
|
|
||||||
public FastLoginCore(T plugin) {
|
public FastLoginCore(T plugin) {
|
||||||
this.plugin = plugin;
|
this.plugin = plugin;
|
||||||
}
|
}
|
||||||
@ -324,6 +326,8 @@ index ec3f924..90c9add 100644
|
|||||||
+ */
|
+ */
|
||||||
+ // LimeLogin end
|
+ // LimeLogin end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public RateLimiter getRateLimiter() {
|
public RateLimiter getRateLimiter() {
|
||||||
return rateLimiter;
|
return rateLimiter;
|
||||||
}
|
}
|
||||||
@ -516,6 +520,7 @@ index 5490673..dabe324 100644
|
|||||||
- this.authHook = authHook;
|
- this.authHook = authHook;
|
||||||
this.floodgateHook = new FloodgateHook<>(core);
|
this.floodgateHook = new FloodgateHook<>(core);
|
||||||
}
|
}
|
||||||
|
|
||||||
+ // LimeLogin end
|
+ // LimeLogin end
|
||||||
+
|
+
|
||||||
|
|
||||||
@ -525,11 +530,13 @@ index 5490673..dabe324 100644
|
|||||||
//end of Govindas comment
|
//end of Govindas comment
|
||||||
|
|
||||||
// LimeLogin end
|
// LimeLogin end
|
||||||
|
|
||||||
- if (core.getConfig().get("autoRegister", false) && (authHook == null)) {
|
- if (core.getConfig().get("autoRegister", false) && (authHook == null)) {
|
||||||
+ if (core.getConfig().get("autoRegister", false)) {
|
+ if (core.getConfig().get("autoRegister", false)) {
|
||||||
// LimeLogin start
|
// LimeLogin start
|
||||||
requestPremiumLogin(source, profile, username, false); //Comment: always use false to fix an error XD
|
requestPremiumLogin(source, profile, username, false); //Comment: always use false to fix an error XD
|
||||||
// LimeLogin end
|
// LimeLogin end
|
||||||
|
|
||||||
--
|
--
|
||||||
2.32.0.windows.1
|
2.32.0.windows.1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user