Remove DebugBox_DZ - may fix changing clothes

DebugBox_DZ appears to cause issues when changing clothes. I haven't
died changing clothes ~100 times since its removal. It also solves the
issue of extreme exposure (brightness) after changing clothes

Note: CombatTimeout variable resets after changing clothes
This commit is contained in:
icomrade
2016-07-25 23:22:03 -04:00
parent 8542385142
commit e08bd750d0

View File

@@ -439,11 +439,13 @@ if (_hiveLoaded) then {
};
[] spawn server_spawnEvents;
/* //Causes issues with changing clothes
_debugMarkerPosition = getMarkerPos "respawn_west";
_debugMarkerPosition = [(_debugMarkerPosition select 0),(_debugMarkerPosition select 1),1];
_vehicle_0 = createVehicle ["DebugBox_DZ", _debugMarkerPosition, [], 0, "CAN_COLLIDE"];
_vehicle_0 setPos _debugMarkerPosition;
_vehicle_0 setVariable ["ObjectID","1",true];
*/
actualSpawnMarkerCount = 0;
// count valid spawn markers, since different maps have different amounts