From 64b1b54781be4e02f3a36ab1c09ca5349cfbd431 Mon Sep 17 00:00:00 2001 From: hgn Date: Sat, 25 Nov 2023 09:31:28 +0000 Subject: [PATCH] small lobby tweak --- player_remote.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/player_remote.c b/player_remote.c index b6ed77f..07acd9a 100644 --- a/player_remote.c +++ b/player_remote.c @@ -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, "", + remote_player_gui_info( box, player->username, + in_same_world? "": "another world", player->isfriend, in_same_world ); y += height + gap; } -- 2.25.1