diff --git a/Sources/epoch_code/compile/functions/EPOCH_itemDisplayName.sqf b/Sources/epoch_code/compile/both/EPOCH_itemDisplayName.sqf similarity index 100% rename from Sources/epoch_code/compile/functions/EPOCH_itemDisplayName.sqf rename to Sources/epoch_code/compile/both/EPOCH_itemDisplayName.sqf diff --git a/Sources/epoch_config/Configs/CfgClientFunctions.hpp b/Sources/epoch_config/Configs/CfgClientFunctions.hpp index 54ed9cfa..d5589c78 100644 --- a/Sources/epoch_config/Configs/CfgClientFunctions.hpp +++ b/Sources/epoch_config/Configs/CfgClientFunctions.hpp @@ -144,7 +144,6 @@ class CfgClientFunctions class fnc_addMagazineOverflow {}; class itemData {}; class itemPicture {}; - class itemDisplayName {}; class SortArrayByDistance {}; class fnc_findRandomPosBehind {}; class fnc_stringLeft {}; diff --git a/Sources/epoch_config/Configs/CfgFunctions.hpp b/Sources/epoch_config/Configs/CfgFunctions.hpp index d53589ea..02f4b538 100644 --- a/Sources/epoch_config/Configs/CfgFunctions.hpp +++ b/Sources/epoch_config/Configs/CfgFunctions.hpp @@ -39,6 +39,10 @@ class cfgFunctions class weightedArray { file = "epoch_code\compile\both\EPOCH_weightedArray.sqf"; + }; + class itemDisplayName + { + file = "epoch_code\compile\both\EPOCH_itemDisplayName.sqf"; }; class compiler {