Removed logging
This commit is contained in:
parent
37a370bea7
commit
93f71b0779
@ -15,7 +15,7 @@ if (toLower(blck_modType) isEqualTo "default") exitWith {};
|
|||||||
|
|
||||||
params["_obj",["_money",-1]];
|
params["_obj",["_money",-1]];
|
||||||
_money = ([_money] call blck_fnc_getNumberFromRange);
|
_money = ([_money] call blck_fnc_getNumberFromRange);
|
||||||
if (blck_debugLevel >= 3) then {[format["_fnc_addmoneyToObject: _money = %1 _obj = %2",_money,_obj]] call blck_fnc_log};
|
//if (blck_debugLevel >= 3) then {[format["_fnc_addmoneyToObject: _money = %1 _obj = %2",_money,_obj]] call blck_fnc_log};
|
||||||
if !(_money <= 0) then
|
if !(_money <= 0) then
|
||||||
{
|
{
|
||||||
switch(toLower(blck_modType)) do
|
switch(toLower(blck_modType)) do
|
||||||
|
@ -12,7 +12,7 @@ for "_i" from 1 to (count blck_temporaryMarkers) do
|
|||||||
{
|
{
|
||||||
if (_i > (count blck_temporaryMarkers)) exitWith {};
|
if (_i > (count blck_temporaryMarkers)) exitWith {};
|
||||||
private _m = blck_temporaryMarkers deleteAt 0;
|
private _m = blck_temporaryMarkers deleteAt 0;
|
||||||
_m params["_marker","_deleteAt"];
|
_m params[["_marker",""],["_deleteAt",0]];
|
||||||
if (diag_tickTime > _deleteAt) then
|
if (diag_tickTime > _deleteAt) then
|
||||||
{
|
{
|
||||||
deleteMarker _marker;
|
deleteMarker _marker;
|
||||||
|
Loading…
Reference in New Issue
Block a user