Moderator
M
Moderator
12th Dec 2015
IcemanBo: For long time as NeedsFix. Rejected.
Bribe:
Custom script: call DestroyGroup(bj_lastCreatedGroup)
This line needs to be removed as it will break a million things that depend on it. bj_lastCreatedGroup is never destroyed or re-created, and needs to be kept that way. What leak did you think you were cleaning with this?
Maker:
I think 0.05 period is too low for this, and you should turn the looping trigger initially off. Turn the looping trigger off when the group is empty.
Saving the unit's handle for itself is useless.
IcemanBo: For long time as NeedsFix. Rejected.
Bribe:
Custom script: call DestroyGroup(bj_lastCreatedGroup)
This line needs to be removed as it will break a million things that depend on it. bj_lastCreatedGroup is never destroyed or re-created, and needs to be kept that way. What leak did you think you were cleaning with this?
Maker:
I think 0.05 period is too low for this, and you should turn the looping trigger initially off. Turn the looping trigger off when the group is empty.
Saving the unit's handle for itself is useless.