From 029fa396be35b5b37b18f367131d4c97f669da4a Mon Sep 17 00:00:00 2001 From: vbawol Date: Tue, 24 Oct 2017 08:58:52 -0500 Subject: [PATCH] also add models for baked in map items --- .../epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp b/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp index a2d5ab14..28ad84bd 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp @@ -799,6 +799,8 @@ class CfgWorldInteractions { class satellite_p3d : Wrecks {}; class Land_Pipes_large_F : Wrecks {}; class Land_Pipes_small_F : Wrecks {}; + class Pipes_large_F_p3d : Wrecks {}; + class Pipes_small_F_p3d : Wrecks {}; // ore classes class MineralDepositCopper_EPOCH : Ore {}; class MineralDepositGold_EPOCH : Ore {};