fix stance icon not updating when selecting units
This commit is contained in:
committed by
Gustas
parent
378f66a1ff
commit
9e081763ad
@@ -175,7 +175,6 @@ namespace OpenRA.Mods.Common.Scripting
|
||||
if (!Enum<UnitStance>.TryParse(value, true, out var stance))
|
||||
throw new LuaException($"Unknown stance type '{value}'");
|
||||
|
||||
autotarget.PredictedStance = stance;
|
||||
autotarget.SetStance(Self, stance);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user