small lobby tweak
authorhgn <hgodden00@gmail.com>
Sat, 25 Nov 2023 09:31:28 +0000 (09:31 +0000)
committerhgn <hgodden00@gmail.com>
Sat, 25 Nov 2023 09:31:28 +0000 (09:31 +0000)
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;
    }