From b37df80c592164d6aca973b6e4b15dbc6d1df5a4 Mon Sep 17 00:00:00 2001 From: otta8634 Date: Wed, 8 Jan 2025 15:11:34 +0800 Subject: [PATCH] Update guide description location documentation Forgot to update it when I added turret and gametype descriptions. --- qcsrc/menu/xonotic/guide/guide.qh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qcsrc/menu/xonotic/guide/guide.qh b/qcsrc/menu/xonotic/guide/guide.qh index e90636c24b..8d948fce08 100644 --- a/qcsrc/menu/xonotic/guide/guide.qh +++ b/qcsrc/menu/xonotic/guide/guide.qh @@ -65,7 +65,7 @@ REGISTRY_SOURCE(FreetextSource, Guide, GuidePages) #include REGISTRY_SOURCE(GametypeSource, Gametypes, Gametypes) -// The descriptions for these are in common/gamemodes/gamemode/*/*.qh +// The descriptions for these are in common/gamemodes/gamemode/*/*.qc #include REGISTRY_SOURCE(BuffSource, Buffs, StatusEffect, it.instanceOfBuff) @@ -97,6 +97,7 @@ REGISTRY_SOURCE(VehicleSource, Vehicles, Vehicles) #include REGISTRY_SOURCE(TurretSource, Turrets, Turrets) +// The descriptions for these are in common/turrets/turret/*.qc #include REGISTRY_SOURCE(MutatorSource, Mutators, Mutators) -- 2.39.5