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:
worldwidesorrow
2019-11-26 09:35:53 -06:00
committed by GitHub
parent 07e179c5a8
commit 94792b0623

View File

@@ -78,4 +78,4 @@ switch (_lootype) do
if (_delQty > 0) then {
diag_log ("CLEANUP: DELETED " + str(_delQty) + " LOOT BAGS");
};
*/
*/