needs testing, but should fix #1558

This commit is contained in:
icomrade
2016-02-17 22:58:08 -05:00
parent 7151e455c9
commit e423c81483

View File

@@ -53,8 +53,11 @@ if(_type == "weapon") then {
if(_type == "backpack") then {
_b0x1337 addBackpackCargoGlobal [_create,_qty];
};
_b0x1337 setPosATL _location;
if (surfaceIsWater _location) then {
_b0x1337 setPosASL _location;
} else {
_b0x1337 setPosATL _location;
};
player reveal _b0x1337;