From 1d52f907bb37a473012f3fa8fbfbd3532b353c06 Mon Sep 17 00:00:00 2001 From: Aviu00 <93730715+Aviu00@users.noreply.github.com> Date: Sat, 19 Aug 2023 14:04:30 +0300 Subject: [PATCH] Rules (#319) * More rule buttons * Fix windpw --- Content.Client/Info/RulesManager.cs | 3 ++- Content.Client/Info/RulesPopup.xaml | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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"> - + - +