Add missing return

This commit is contained in:
Smart123s
2021-04-11 10:13:43 +02:00
parent 9e8a9508d7
commit a078bb8214

View File

@ -41,6 +41,7 @@ public class FloodgateAuthTask implements Runnable {
player.kickPlayer("This name is allready in use by a Premium Java Player");
}
});
return;
}
if (!isValidConfigValue(allowNameConflict)) {