mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Remove debug lines
This commit is contained in:
@@ -227,9 +227,7 @@ if (_proceed && _success) then {
|
||||
_gems set [(count _gems), (_x select 0)];
|
||||
_weights set [(count _weights), (_x select 1)];
|
||||
} count DZE_GemOccurance;
|
||||
diag_log [_gems, _weights];
|
||||
_gemSelected = [_gems, _weights] call BIS_fnc_selectRandomWeighted;
|
||||
diag_log _gemSelected;
|
||||
_selectedRemoveOutput set [(count _selectedRemoveOutput),[_gemSelected,1]];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user