Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-18 20:40:08 +01:00
Hide message from connection throttle on startup. Fixes BUKKIT-5403
Dieser Commit ist enthalten in:
Ursprung
393ece9ec5
Commit
533c48996b
@ -59,7 +59,7 @@ public class HandshakeListener implements PacketHandshakingInListener {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Throwable t) {
|
} catch (Throwable t) {
|
||||||
org.apache.logging.log4j.LogManager.getLogger().error("Failed to check connection throttle", t);
|
org.apache.logging.log4j.LogManager.getLogger().debug("Failed to check connection throttle", t);
|
||||||
}
|
}
|
||||||
// CraftBukkit end
|
// CraftBukkit end
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren