mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Prevent Basebuilding Storages from Auto-Cleanup
This commit is contained in:
parent
da089b2ac0
commit
8a452e6394
@ -171,7 +171,7 @@ class FSM
|
||||
" if (_list isEqualTo []) then {" \n
|
||||
" {" \n
|
||||
" deleteVehicle _x;" \n
|
||||
" }forEach nearestObjects[_this, [""WeaponHolder""], 2];" \n
|
||||
" }forEach ((nearestObjects [_this, [""WeaponHolder""], 2]) select {!(_x iskindof ""Constructions_lockedstatic_F"" || _x iskindof ""Buildable_Storage"")});" \n
|
||||
" _this setVariable [""LAST_CHECK"",nil];" \n
|
||||
" //diag_log format[""DEBUG: _cleanIT2 del %1"", _this];" \n
|
||||
" deleteVehicle _this;" \n
|
||||
|
Loading…
Reference in New Issue
Block a user