minor changes 0.98

This commit is contained in:
vbawol
2013-02-23 13:03:17 -06:00
parent 50132af841
commit 6af9f62299
5 changed files with 17 additions and 12 deletions

View File

@@ -102,7 +102,7 @@ _allowedObjects = ["TentStorage", "VaultStorageLocked", "Hedgehog_DZ", "Sandbag1
if ((typeOf _object) in _allowedObjects) then {
// Forces object to ground may not be needed
_pos set [2,0];
// _pos set [2,0];
// Must be set to damage buildables
_object addMPEventHandler ["MPKilled",{_this call vehicle_handleServerKilled;}];
};