caerfinon / KerbinSideRemasteredTLA

The Life Aquatic - Contracts Pack for underwater and ocean surface missions
https://forum.kerbalspaceprogram.com/index.php?/topic/203096-v106-kerbin-side-remastered-the-life-aquatic/
MIT License
0 stars 1 forks source link

Dive Site 7 - Sunken Avalon Ruins throws Exception and will not load #9

Closed caerfinon closed 3 years ago

caerfinon commented 3 years ago

Remanent behaviour node present in this contract file throws error.

        BEHAVIOUR
    {
        name = Expression
        type = Expression
        CONTRACT_COMPLETED_SUCCESS
        {
            type = int
            ksrtlaDiveSite = Random(0,7)
        }
    }

Corrective action to remove node as it serves no purpose.

caerfinon commented 3 years ago

66697cc commit corrects the issue