aboutsummaryrefslogtreecommitdiffstats
path: root/code/ui/team
diff options
context:
space:
mode:
Diffstat (limited to 'code/ui/team')
-rw-r--r--code/ui/team/TeamInfo.razor10
1 files changed, 4 insertions, 6 deletions
diff --git a/code/ui/team/TeamInfo.razor b/code/ui/team/TeamInfo.razor
index 71a2d66..cf5a7f8 100644
--- a/code/ui/team/TeamInfo.razor
+++ b/code/ui/team/TeamInfo.razor
@@ -1,8 +1,6 @@
-@using Sandbox;
-@using Sandbox.UI;
-
@namespace MurderGame
-@inherits Panel
+@using Sandbox
+@inherits Sandbox.UI.Panel
<style>
.team-info {
@@ -14,7 +12,7 @@
</style>
<div class="team-info" style="color: @(Colour)">
-@GetTeamName()
+ @GetTeamName()
</div>
@code
@@ -35,4 +33,4 @@
{
return GetTeamName().GetHashCode();
}
-}
+} \ No newline at end of file