Skip to content

Commit d050274

Browse files
committed
Fix initial state OKP.
1 parent c136a2f commit d050274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LuaUI/Widgets/unit_start_state.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,7 @@ function widget:UnitCreated(unitID, unitDefID, unitTeam, builderID)
15461546
end
15471547

15481548
QueueState(name, "fire_at_radar", CMD_DONT_FIRE_AT_RADAR, orderArray, true)
1549-
QueueState(name, "overkill_prevention", CMD_PREVENT_OVERKILL, orderArray)
1549+
QueueState(name, "overkill_prevention0", CMD_PREVENT_OVERKILL, orderArray)
15501550
QueueState(name, "personal_cloak_0", CMD_WANT_CLOAK, orderArray)
15511551
QueueState(name, "impulseMode", CMD_PUSH_PULL, orderArray)
15521552
QueueState(name, "activateWhenBuilt", CMD_WANT_ONOFF, orderArray)

0 commit comments

Comments
 (0)