mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 19:25:49 -07:00
Changed tabs to 4 spaces, removed unnecessary imports
This commit is contained in:
@@ -104,7 +104,7 @@ public class ServerConfigurationManager {
|
||||
} else if (b.size() >= e) {
|
||||
event.disallow(PlayerLoginEvent.Result.KICK_FULL, "The server is full!");
|
||||
}
|
||||
|
||||
|
||||
server.getPluginManager().callEvent(event);
|
||||
if (event.getResult() != PlayerLoginEvent.Result.ALLOWED) {
|
||||
netloginhandler.a(event.getKickMessage());
|
||||
|
Reference in New Issue
Block a user