From d66ba13990a42683953b54af6fba5f55fda9052d Mon Sep 17 00:00:00 2001 From: otta8634 Date: Sun, 22 Dec 2024 17:50:44 +0800 Subject: [PATCH] Remove "Debug" topic in the guide Seems to be unused, aside from causing a menu VM crash every time you click on it. Not sure that it serves much purpose anyway. --- qcsrc/menu/xonotic/guide/guide.qh | 1 - 1 file changed, 1 deletion(-) diff --git a/qcsrc/menu/xonotic/guide/guide.qh b/qcsrc/menu/xonotic/guide/guide.qh index 355f4a3f7..1b940049d 100644 --- a/qcsrc/menu/xonotic/guide/guide.qh +++ b/qcsrc/menu/xonotic/guide/guide.qh @@ -17,7 +17,6 @@ X(NEW(TurretSource), _("Turrets"), "gametype_as") \ X(NEW(MutatorSource), _("Mutators"), "gametype_nb") \ X(NEW(MapSource), _("Maps"), "gametype_ctf") \ - if (gamestatus & GAME_DEVELOPER) X(NEW(DebugSource), _("Debug"), "gametype_ons") \ /**/ CLASS(TopicSource, DataSource) METHOD(TopicSource, getEntry, entity(TopicSource this, int i, void(string, string) returns)); -- 2.39.2