Update CfgBuildingLoot.hpp

This commit is contained in:
Skaronator
2014-02-12 01:10:02 +01:00
parent 2a3fb1b22d
commit 45b0322425

View File

@@ -1167,4 +1167,8 @@ class CfgBuildingLoot {
}; };
}; };
#include "CfgLootPos.hpp" #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"
}; };