mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-31 19:24:47 +02:00
Add missing return
This commit is contained in:
@@ -41,6 +41,7 @@ public class FloodgateAuthTask implements Runnable {
|
|||||||
player.kickPlayer("This name is allready in use by a Premium Java Player");
|
player.kickPlayer("This name is allready in use by a Premium Java Player");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
return;
|
||||||
|
|
||||||
}
|
}
|
||||||
if (!isValidConfigValue(allowNameConflict)) {
|
if (!isValidConfigValue(allowNameConflict)) {
|
||||||
|
Reference in New Issue
Block a user