mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-08-19 02:46:33 -07:00
CommonClient: Match ServerLabel's team to other UIs (#5875)
This commit is contained in:
@@ -370,7 +370,7 @@ class ServerLabel(HoverBehavior, MDTooltip, MDBoxLayout):
|
||||
ctx = self.ctx
|
||||
text = f"Connected to: {ctx.server_address}."
|
||||
if ctx.slot is not None:
|
||||
text += f"\nYou are Slot Number {ctx.slot} in Team Number {ctx.team}, " \
|
||||
text += f"\nYou are Slot Number {ctx.slot} in Team Number {ctx.team + 1}, " \
|
||||
f"named {ctx.player_names[ctx.slot]}."
|
||||
if ctx.items_received:
|
||||
text += f"\nYou have received {len(ctx.items_received)} items. " \
|
||||
|
||||
Reference in New Issue
Block a user