From 45b03224250e0a58fad32829c52a4f4eb31112e9 Mon Sep 17 00:00:00 2001 From: Skaronator Date: Wed, 12 Feb 2014 01:10:02 +0100 Subject: [PATCH] Update CfgBuildingLoot.hpp --- SQF/dayz_code/Configs/CfgBuildingLoot/CfgBuildingLoot.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SQF/dayz_code/Configs/CfgBuildingLoot/CfgBuildingLoot.hpp b/SQF/dayz_code/Configs/CfgBuildingLoot/CfgBuildingLoot.hpp index 491f30bd5..d4369d797 100644 --- a/SQF/dayz_code/Configs/CfgBuildingLoot/CfgBuildingLoot.hpp +++ b/SQF/dayz_code/Configs/CfgBuildingLoot/CfgBuildingLoot.hpp @@ -1167,4 +1167,8 @@ class CfgBuildingLoot { }; }; #include "CfgLootPos.hpp" + //If you want to copypast your loottable to your mission w/o + //changing something on the lootPos then use the a include instead of copypasting the CfgLootPos.hpp + + //#include "\dayz_epoch_b\CfgLootPos.hpp" };