]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove "Debug" topic in the guide
authorotta8634 <k9wolf@pm.me>
Sun, 22 Dec 2024 09:50:44 +0000 (17:50 +0800)
committerotta8634 <k9wolf@pm.me>
Sun, 22 Dec 2024 09:50:44 +0000 (17:50 +0800)
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

index 355f4a3f785932c623f29776befc528873448575..1b940049d73861d792ef9869af2dfab4810daf12 100644 (file)
@@ -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));