small lobby tweak
[carveJwlIkooP6JGAAIwe30JlM.git] / player_remote.c
index b6ed77f67d949c2a9249be89055845ac32aa2124..07acd9a947254455aea608959c96bfe38e4e659c 100644 (file)
@@ -847,7 +847,8 @@ static void remote_players_imgui_lobby(void){
          continue;
       
       ui_rect box = { x, y, width, height };
-      remote_player_gui_info( box, player->username, "<null>", 
+      remote_player_gui_info( box, player->username, 
+                              in_same_world? "": "another world", 
                               player->isfriend, in_same_world );
       y += height + gap;
    }