Fix sequence lint checks for map-defined actors.
This commit is contained in:
committed by
Gustas Kažukauskas
parent
34e1e05dd8
commit
c3f902ebcf
@@ -159,7 +159,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
{
|
||||
CheckRules(modData, map.Rules);
|
||||
if (map.SequenceDefinitions != null)
|
||||
CheckSequences(modData, modData.DefaultRules, map.Sequences);
|
||||
CheckSequences(modData, map.Rules, map.Sequences);
|
||||
}
|
||||
|
||||
// Run all map-level checks here.
|
||||
|
||||
Reference in New Issue
Block a user