Remove unnecessary whitespaces

This commit is contained in:
Smart123s
2021-05-22 14:17:41 +02:00
parent fed1e91b28
commit dbf10f4767

View File

@ -59,7 +59,6 @@ public class FloodgateAuthTask implements Runnable {
// check if the Bedrock player is linked to a Java account
boolean isLinked = floodgatePlayer.getLinkedPlayer() != null;
AuthPlugin<Player> authPlugin = plugin.getCore().getAuthPluginHook();
String autoLoginFloodgate = plugin.getCore().getConfig().get("autoLoginFloodgate").toString().toLowerCase();