Rename SQF/dayz_code/compile/swarm_generate.sqf to Server Files/Archive/dayz_code/compile/swarm_generate.sqf

This commit is contained in:
worldwidesorrow
2020-01-21 11:22:22 -06:00
committed by GitHub
parent 9136aa9f44
commit 4597787628

View File

@@ -40,4 +40,4 @@ while {_counter < _amount} do {
//Start behavior
_id = [_position,_agent,player] execFSM "\z\AddOns\dayz_code\system\fn_swarmagent.fsm";
};
};