ContractConfigurator icon indicating copy to clipboard operation
ContractConfigurator copied to clipboard

Using autoAccept causes multiple copies of contract despite hardcheck

Open Silven88 opened this issue 6 years ago • 0 comments

I can't always reproduce the issue, it seems to come and go.

Setting a CONTRACT_TYPE with

CONTRACT_TYPE { name = UpperAtmosphere ... autoAccept = true

causes the contract to instantly create and then complete a 2nd copy of itself whenever the first original contract is completed, even when set to

maxCompletions = 1 maxSimultaneous = 1

I even put a hardcheck in place and it still occurs

REQUIREMENT { name = bugfix type = CompleteContract contractType = UpperAtmosphere invertRequirement = true }

Silven88 avatar Jan 11 '19 12:01 Silven88