mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
not really needed as we log each swap object call already.
This commit is contained in:
@@ -117,8 +117,8 @@ switch _option do {
|
|||||||
|
|
||||||
cutText [format["You have maintained %1 building parts.", _count], "PLAIN DOWN", 5];
|
cutText [format["You have maintained %1 building parts.", _count], "PLAIN DOWN", 5];
|
||||||
// uncomment the next 2 lines if you want logging of area maintenance to the server report file (Arma2OAserver.RPT)
|
// uncomment the next 2 lines if you want logging of area maintenance to the server report file (Arma2OAserver.RPT)
|
||||||
maintainArea_log = [player, _target, _count];
|
//maintainArea_log = [player, _target, _count];
|
||||||
publicVariableServer "maintainArea_log";
|
//publicVariableServer "maintainArea_log";
|
||||||
} else {
|
} else {
|
||||||
{player addMagazine _x;} forEach _temp_removed_array;
|
{player addMagazine _x;} forEach _temp_removed_array;
|
||||||
cutText [format["Missing Parts after first check Item: %1 / %2",_removed_total,_tobe_removed_total], "PLAIN DOWN"];
|
cutText [format["Missing Parts after first check Item: %1 / %2",_removed_total,_tobe_removed_total], "PLAIN DOWN"];
|
||||||
|
|||||||
Reference in New Issue
Block a user