diff --git a/Sources/epoch_config/Configs/CfgVehicles/Antagonists.hpp b/Sources/epoch_config/Configs/CfgVehicles/Antagonists.hpp index a12ee70b..edef09f7 100644 --- a/Sources/epoch_config/Configs/CfgVehicles/Antagonists.hpp +++ b/Sources/epoch_config/Configs/CfgVehicles/Antagonists.hpp @@ -188,6 +188,8 @@ class Epoch_Char_base_F : Civilian }; class Epoch_Sapper_base_F: Civilian2 { + moves = "CfgMovesMaleSdr2"; + gestures = "CfgGesturesSapper"; faceType = "Default"; side = 4; faction = "CIV_F"; diff --git a/Sources/epoch_server/compile/epoch_server/EPOCH_localCleanup.sqf b/Sources/epoch_server/compile/epoch_server/EPOCH_localCleanup.sqf index e13bc562..46701b71 100644 --- a/Sources/epoch_server/compile/epoch_server/EPOCH_localCleanup.sqf +++ b/Sources/epoch_server/compile/epoch_server/EPOCH_localCleanup.sqf @@ -1,7 +1,29 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Cleanup server side temp spawned objects by players + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server/compile/epoch_server/EPOCH_localCleanup.sqf + + Example: + _object(s) call EPOCH_localCleanup; + + Parameter(s): + _this: OBJECT or ARRAY of Objects + + Returns: + NOTHING +*/ if (typename _this != "ARRAY") then { _this = [_this]; }; - { if (!isNull _x) then { _x addEventHandler["local", {