Fixed NPE

This commit is contained in:
RaphiMC 2023-04-02 21:28:33 +02:00
parent 42a3d45e53
commit af3ab5f6eb

View File

@ -73,7 +73,7 @@ public class DummyProxyConnection extends ProxyConnection {
@Override
public GameProfile getGameProfile() {
throw new UnsupportedOperationException();
return null;
}
@Override