mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-09 04:09:54 +01:00
Fixed NPE when a client queries a server that is unable to handle it.
This commit is contained in:
parent
85c0c1bb51
commit
72e5ea6cc3
@ -131,6 +131,7 @@ public class NetLoginHandler extends NetHandler {
|
||||
}
|
||||
|
||||
public void a(Packet254GetInfo packet254getinfo) {
|
||||
if (this.networkManager.f() == null) return; // CraftBukkit - fix NPE when a client queries a server that is unable to handle it.
|
||||
try {
|
||||
String s = this.server.p + "\u00A7" + this.server.serverConfigurationManager.g() + "\u00A7" + this.server.serverConfigurationManager.h();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user