diff --git a/Content.Client/Info/RulesManager.cs b/Content.Client/Info/RulesManager.cs
index 76e7c34e5f..0964656136 100644
--- a/Content.Client/Info/RulesManager.cs
+++ b/Content.Client/Info/RulesManager.cs
@@ -1,5 +1,6 @@
using Content.Client.Lobby;
using Content.Client.Gameplay;
+using Content.Client.White.Rules;
using Content.Shared.CCVar;
using Content.Shared.Info;
using Robust.Client.Console;
@@ -100,6 +101,6 @@ public sealed class RulesManager : SharedRulesManager
{
rulesSection = new InfoSection("", "", false);
UpdateRules();
- return rulesSection;
+ return new RulesWikiSection(); // WD EDIT
}
}
diff --git a/Content.Client/Info/RulesPopup.xaml b/Content.Client/Info/RulesPopup.xaml
index dc004af5a2..9573589c30 100644
--- a/Content.Client/Info/RulesPopup.xaml
+++ b/Content.Client/Info/RulesPopup.xaml
@@ -4,11 +4,10 @@
VerticalExpand="True" HorizontalExpand="True"
MouseFilter="Stop">
-
+
-
+