mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
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:
@@ -439,11 +439,13 @@ if (_hiveLoaded) then {
|
|||||||
};
|
};
|
||||||
|
|
||||||
[] spawn server_spawnEvents;
|
[] spawn server_spawnEvents;
|
||||||
|
/* //Causes issues with changing clothes
|
||||||
_debugMarkerPosition = getMarkerPos "respawn_west";
|
_debugMarkerPosition = getMarkerPos "respawn_west";
|
||||||
_debugMarkerPosition = [(_debugMarkerPosition select 0),(_debugMarkerPosition select 1),1];
|
_debugMarkerPosition = [(_debugMarkerPosition select 0),(_debugMarkerPosition select 1),1];
|
||||||
_vehicle_0 = createVehicle ["DebugBox_DZ", _debugMarkerPosition, [], 0, "CAN_COLLIDE"];
|
_vehicle_0 = createVehicle ["DebugBox_DZ", _debugMarkerPosition, [], 0, "CAN_COLLIDE"];
|
||||||
_vehicle_0 setPos _debugMarkerPosition;
|
_vehicle_0 setPos _debugMarkerPosition;
|
||||||
_vehicle_0 setVariable ["ObjectID","1",true];
|
_vehicle_0 setVariable ["ObjectID","1",true];
|
||||||
|
*/
|
||||||
|
|
||||||
actualSpawnMarkerCount = 0;
|
actualSpawnMarkerCount = 0;
|
||||||
// count valid spawn markers, since different maps have different amounts
|
// count valid spawn markers, since different maps have different amounts
|
||||||
|
|||||||
Reference in New Issue
Block a user