fixes the solarcontrolwindow

updates submodule (just realized i didn't need to, whatever)
This commit is contained in:
Paul
2021-07-22 20:02:18 +02:00
parent c7e32ff0c7
commit ed384fbc91
3 changed files with 10 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
<SS14Window xmlns="https://spacestation14.io"
xmlns:scc="clr-namespace:Content.Client.GameObjects.Components.Power"
xmlns:power="clr-namespace:Content.Client.Power"
Title="{Loc 'solar-control-window-title'}"
Resizable="False">
<BoxContainer Orientation="Horizontal">
@@ -26,7 +26,7 @@
<Label Text="{Loc 'solar-control-window-press-enter-to-confirm'}"/><Label Text=""/>
</GridContainer>
<scc:SolarControlNotARadar Name="NotARadar"/>
<power:SolarControlNotARadar Name="NotARadar"/>
</BoxContainer>
</SS14Window>