From: Carl Worth Date: Sat, 6 Jun 2020 01:06:45 +0000 (-0700) Subject: Tighten up the display of the PlayerInfo block X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=868ec74bb12cbae18d2bd666d67f9e82ba38ee96;hp=868ec74bb12cbae18d2bd666d67f9e82ba38ee96 Tighten up the display of the PlayerInfo block Drop the display of the ID value, because that's meaningless to a user, and then also just put the team into parens after the player (or omit those parens entirely if the player is not on a team). And use a single prop for all of this information instead of a separate prop for each property of the player_info object. ---