mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-02 08:50:26 +01:00
Fixed NPE
This commit is contained in:
parent
42a3d45e53
commit
af3ab5f6eb
@ -73,7 +73,7 @@ public class DummyProxyConnection extends ProxyConnection {
|
||||
|
||||
@Override
|
||||
public GameProfile getGameProfile() {
|
||||
throw new UnsupportedOperationException();
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user