+ 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:
vbawol
2013-02-22 09:01:35 -06:00
parent 0aaf2438cb
commit f5c738b74d
5 changed files with 10 additions and 7 deletions

View File

@@ -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;}];
};