diff --git a/core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java b/core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java index cc2438d1..a50624ee 100644 --- a/core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java +++ b/core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java @@ -250,7 +250,8 @@ public class FastLoginCore

> { } catch (ClassNotFoundException notFoundEx) { Logger log = plugin.getLog(); log.warn("This driver {} is not supported on this platform", className); - log.warn("Please choose MySQL (Spigot+BungeeCord), SQLite (Spigot+Sponge) or MariaDB (Sponge)", notFoundEx); + log.warn("Please choose either MySQL (Spigot, BungeeCord), SQLite (Spigot, Sponge) or " + + "MariaDB (Sponge, Velocity)", notFoundEx); } return false;