Update deps

This commit is contained in:
games647
2024-05-02 10:57:51 +02:00
parent 7479c8be87
commit cf4d19aeca
6 changed files with 9 additions and 9 deletions

View File

@ -173,12 +173,12 @@ public class VerifyResponseTask implements Runnable {
"The incoming request for player {} uses a local IP address",
requestedUsername
);
plugin.getLog().warn(ADDRESS_VERIFY_WARNING);
} else {
plugin.getLog().warn("If you think this is an error, please verify that the incoming "
+ "IP address {} is not associated with a server hosting company.", address);
plugin.getLog().warn(ADDRESS_VERIFY_WARNING);
}
plugin.getLog().warn(ADDRESS_VERIFY_WARNING);
}
} catch (IOException ioEx) {
disconnect("error-kick", "Failed to connect to session server", ioEx);

View File

@ -126,7 +126,7 @@
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-proxy</artifactId>
<version>1.19-R0.1-SNAPSHOT</version>
<version>1.20-R0.2-SNAPSHOT</version>
<scope>provided</scope>
<!-- Use our own newer api version -->
<exclusions>

View File

@ -34,8 +34,8 @@ public interface PasswordGenerator<P> {
/**
* Generate a password for a non-registered player
* @param player
* @return daw
* @param player player representation
* @return generated password
*/
String getRandomPassword(P player);
}

View File

@ -47,7 +47,7 @@ public enum FloodgateState {
*/
NOT_MIGRATED(3);
private int value;
private final int value;
FloodgateState(int value) {
this.value = value;

View File

@ -30,7 +30,7 @@ import com.github.games647.fastlogin.core.storage.StoredProfile;
/**
* This event fires if the plugin performs an auto login on the platform where the login plugin is
*
* <p>
* {@snippet :
* @EventHandler()
* public void onPlayerLogin(FastLoginAutoLoginEvent loginEvent) {

View File

@ -52,8 +52,8 @@
<lombook.version>1.18.32</lombook.version>
<floodgate.version>development-2.2.2-SNAPSHOT</floodgate.version>
<geyser.version>2.1.0-SNAPSHOT</geyser.version>
<floodgate.version>2.2.3-SNAPSHOT</floodgate.version>
<geyser.version>2.2.1-SNAPSHOT</geyser.version>
</properties>
<modules>