File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
bungee/src/main/java/com/github/games647/fastlogin/bungee/listener Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -101,13 +101,11 @@ public class ConnectListener implements Listener {
101101 private final FastLoginBungee plugin ;
102102 private final RateLimiter rateLimiter ;
103103 private final Property [] emptyProperties = {};
104- private final String floodgateVersion ;
105104 private final FloodgateHook floodgateHook ;
106105
107106 public ConnectListener (FastLoginBungee plugin , RateLimiter rateLimiter , String floodgateVersion ) {
108107 this .plugin = plugin ;
109108 this .rateLimiter = rateLimiter ;
110- this .floodgateVersion = floodgateVersion ;
111109
112110 // Get the appropriate floodgate api hook based on the version
113111 if (floodgateVersion .startsWith ("1" )) {
You can’t perform that action at this time.
0 commit comments