From 682e2e44ca303d677dae0a0fab4faacdf408f925 Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 1 Mar 2021 13:14:52 +0100 Subject: [PATCH] Fix T6 commands not including commands for weaponcamo --- src/ZoneCode/Game/T6/T6_Commands.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ZoneCode/Game/T6/T6_Commands.txt b/src/ZoneCode/Game/T6/T6_Commands.txt index 208d020f..c1268254 100644 --- a/src/ZoneCode/Game/T6/T6_Commands.txt +++ b/src/ZoneCode/Game/T6/T6_Commands.txt @@ -87,6 +87,7 @@ block normal XFILE_BLOCK_PHYSICAL; #include "XAssets/WeaponVariantDef.txt" #include "XAssets/WeaponAttachment.txt" #include "XAssets/WeaponAttachmentUnique.txt" +#include "XAssets/WeaponCamo.txt" #include "XAssets/SndDriverGlobals.txt" #include "XAssets/FxEffectDef.txt" #include "XAssets/FxImpactTable.txt"