blckeagles-revisited-RC/@epochhive/addons/custom_server/init/build.sqf
Ghostrider-DbD- 1afdc37b3b Build 15
Fixed issue wherein fnc_missionSpawner would hang if fnc_spawnGroup
returned a NULL-GROUP
This occured when the server had reached the max number of groups.
The fix was to periodically deleted empty groups (see fnc_mainThread).
this is probably a bug on Epoch only as Exile includes a check to delete
empty gorups in the server fsm.

Worked on the code to check for flags/plot poles but this stil needs
more  work.

worked on code to send notifications when a player trips an IED but this
needs more work.

Other minor bug-fixes
2016-11-17 06:54:52 -05:00

4 lines
111 B
Plaintext

private ["_version","_versionDate"];
_blck_version = "6.44 Build 15";
_blck_versionDate = "11-15-16 6:00 AM";