@@ -1,5 +1,6 @@
|
|||||||
using Content.Client.Lobby;
|
using Content.Client.Lobby;
|
||||||
using Content.Client.Gameplay;
|
using Content.Client.Gameplay;
|
||||||
|
using Content.Client.White.Rules;
|
||||||
using Content.Shared.CCVar;
|
using Content.Shared.CCVar;
|
||||||
using Content.Shared.Info;
|
using Content.Shared.Info;
|
||||||
using Robust.Client.Console;
|
using Robust.Client.Console;
|
||||||
@@ -100,6 +101,6 @@ public sealed class RulesManager : SharedRulesManager
|
|||||||
{
|
{
|
||||||
rulesSection = new InfoSection("", "", false);
|
rulesSection = new InfoSection("", "", false);
|
||||||
UpdateRules();
|
UpdateRules();
|
||||||
return rulesSection;
|
return new RulesWikiSection(); // WD EDIT
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,11 +4,10 @@
|
|||||||
VerticalExpand="True" HorizontalExpand="True"
|
VerticalExpand="True" HorizontalExpand="True"
|
||||||
MouseFilter="Stop">
|
MouseFilter="Stop">
|
||||||
<parallax:ParallaxControl />
|
<parallax:ParallaxControl />
|
||||||
<Control VerticalExpand="True"
|
<Control MaxWidth="650" MaxHeight="150">
|
||||||
MaxWidth="650">
|
|
||||||
<PanelContainer StyleClasses="windowPanel" />
|
<PanelContainer StyleClasses="windowPanel" />
|
||||||
<ScrollContainer HScrollEnabled="False">
|
<ScrollContainer HScrollEnabled="False">
|
||||||
<BoxContainer Orientation="Vertical" SeparationOverride="10">
|
<BoxContainer Orientation="Vertical" SeparationOverride="10" VerticalAlignment="Center">
|
||||||
<info:RulesControl />
|
<info:RulesControl />
|
||||||
<Label Name="WaitLabel" />
|
<Label Name="WaitLabel" />
|
||||||
<BoxContainer Orientation="Horizontal">
|
<BoxContainer Orientation="Horizontal">
|
||||||
|
|||||||
Reference in New Issue
Block a user