This commit is contained in:
Anuken
2020-10-14 08:49:05 -04:00
parent bea9deb386
commit 6b4a7d025b
3 changed files with 6 additions and 2 deletions

View File

@@ -227,7 +227,9 @@ public class DesktopLauncher extends ClientLauncher{
@Override
public void updateLobby(){
SVars.net.updateLobby();
if(SVars.net != null){
SVars.net.updateLobby();
}
}
@Override