From 8b69e65e51507118b014a0426ae6f957b78a0707 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Thu, 27 Jul 2023 22:30:22 +0100 Subject: Reformat --- code/ui/PlayerInfo.razor | 50 ++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'code/ui/PlayerInfo.razor') diff --git a/code/ui/PlayerInfo.razor b/code/ui/PlayerInfo.razor index 53a71df..2acdef0 100644 --- a/code/ui/PlayerInfo.razor +++ b/code/ui/PlayerInfo.razor @@ -5,18 +5,18 @@ @inherits Panel @@ -24,18 +24,18 @@ @code { - public string GetTeamColour() - { - var ClientPawn = Game.LocalPawn; - if (ClientPawn is Player) - { - return TeamOperations.GetTeamColour(((Player)ClientPawn).CurrentTeam); - } - return ""; - } + public string GetTeamColour() + { + var ClientPawn = Game.LocalPawn; + if (ClientPawn is Player) + { + return TeamOperations.GetTeamColour(((Player)ClientPawn).CurrentTeam); + } + return ""; + } - protected override int BuildHash() - { - return GetTeamColour().GetHashCode(); - } + protected override int BuildHash() + { + return GetTeamColour().GetHashCode(); + } } -- cgit v1.2.3-70-g09d2