From: otta8634 Date: Sun, 22 Dec 2024 09:50:44 +0000 (+0800) Subject: Remove "Debug" topic in the guide X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d66ba13990a42683953b54af6fba5f55fda9052d;p=xonotic%2Fxonotic-data.pk3dir.git 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. --- 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));