mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Rename SQF/dayz_server/system/server_cleanup.sqf to Server Files/Archive/dayz_server/system/server_cleanup.sqf
These operations were moved to the scheduler during the 1.0.6 update. The line to compile this function is commented out in server_functions.sqf
This commit is contained in:
@@ -78,4 +78,4 @@ switch (_lootype) do
|
|||||||
if (_delQty > 0) then {
|
if (_delQty > 0) then {
|
||||||
diag_log ("CLEANUP: DELETED " + str(_delQty) + " LOOT BAGS");
|
diag_log ("CLEANUP: DELETED " + str(_delQty) + " LOOT BAGS");
|
||||||
};
|
};
|
||||||
*/
|
*/
|
||||||
Reference in New Issue
Block a user