X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_remote.c;fp=player_remote.c;h=fac5ea7dbf8b6c94398b8fdd442c87ee063224e6;hb=77c64b6f11663f59bc5753e4bade5bc165d36ca6;hp=2cc3d6bcd45afa6f473331794c2ceb70d63f1ba2;hpb=4bf136afb77a4c2937952b9152165f1ddcd2da9d;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_remote.c b/player_remote.c index 2cc3d6b..fac5ea7 100644 --- a/player_remote.c +++ b/player_remote.c @@ -591,7 +591,7 @@ static void render_remote_players( world_instance *world, camera *cam ){ for( u32 i=0; iactive ) continue; + if( !player->active || player->isblocked ) continue; if( player->active_world != world ) continue; struct player_avatar *av = localplayer.playeravatar; @@ -649,7 +649,7 @@ static void render_remote_players_tags( world_instance *world, camera *cam ){ for( u32 i=0; iactive ) continue; + if( !player->active || player->isblocked ) continue; if( player->active_world != world ) continue; struct player_avatar *av = localplayer.playeravatar;