mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
0.976
+ added allowed objects list for mpkilled and publishing objects + added missing vaultstorage to gear sync + fixed broken maxLocalZombies override via mission init.sqf
This commit is contained in:
@@ -24,7 +24,7 @@ _key call server_hiveWrite;
|
||||
|
||||
_object setVariable ["ObjectUID", _uid,true];
|
||||
|
||||
if (_object isKindOf "TentStorage") then {
|
||||
if ((typeOf _object) in dayz_allowedObjects) then {
|
||||
_object addMPEventHandler ["MPKilled",{_this call vehicle_handleServerKilled;}];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user