mrSkortch/MissionScriptingTools

Potential Typo issue - line 3610 of v4_5_99

coSjuju opened this issue · 1 comments

As in title, Tarrain instead of Terrain :

    local validTerrain = {'LAND', 'ROAD', 'SHALLOW_WATER', 'WATER', 'RUNWAY'}
    if vars.anyTarrain then
        -- do nothing

Yeah that is a typo. Thanks for the heads up.