From 20b6d9884d1d908b09a5795030c0a2ce3469fd59 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Sat, 18 Jun 2016 12:57:55 +0100 Subject: [PATCH] Missing file reference for messaging Assuming these are the correct files. However, there are still no messages appearing ? --- Sources/epoch_config/Configs/CfgClientFunctions.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/epoch_config/Configs/CfgClientFunctions.hpp b/Sources/epoch_config/Configs/CfgClientFunctions.hpp index 2cf51c1c..2b34a245 100644 --- a/Sources/epoch_config/Configs/CfgClientFunctions.hpp +++ b/Sources/epoch_config/Configs/CfgClientFunctions.hpp @@ -154,6 +154,7 @@ class CfgClientFunctions class refeshUI {}; }; class messaging { + file = "epoch_code\gui\scripts\messaging"; class message {}; class message_old1 {}; class message_old2 {};