ContractConfigurator
ContractConfigurator copied to clipboard
Using autoAccept causes multiple copies of contract despite hardcheck
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 }