From 45ed3c9995f5ae360ca6240302bf9d1e0f5024d7 Mon Sep 17 00:00:00 2001 From: Grahame Date: Wed, 4 Oct 2017 09:50:51 -0400 Subject: [PATCH] Update WorldInteractions.hpp Added models for BI placed ATMs and phones --- .../epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp b/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp index 4c8147af..70bb3c7f 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp @@ -76,6 +76,10 @@ class CfgWorldInteractions { class Land_ATM_02_malden_F : bankTerminal {}; class Land_PhoneBooth_01_malden_F : bankTerminal {}; class Land_PhoneBooth_02_malden_F : bankTerminal {}; + class atm_01_malden_f_p3d : bankTerminal {}; + class atm_02_malden_f_p3d : bankTerminal {}; + class phonebooth_01_malden_f_p3d : bankTerminal {}; + class phonebooth_02_malden_f_p3d : bankTerminal {}; class sharpstone_03_lc_p3d : Rocks {}; class sharpstone_02_lc_p3d : Rocks {}; class sharpstone_01_lc_p3d : Rocks {};