Skip to content

Commit

Permalink
Fix small bugs with the new queue-based features (FAForever#5364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas authored Aug 26, 2023
1 parent e7e487e commit b498cef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
2 changes: 1 addition & 1 deletion lua/sim/commands/shared.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ UnitQueueDataToCommand = {
},
[19] = {
Type = "Reclaim",
Callback = IssueReclaim,
Callback = function(units, positionOrEntity) pcall(IssueReclaim, units, positionOrEntity) end,
BatchOrders = true,
FullRedundancy = true,
},
Expand Down
48 changes: 0 additions & 48 deletions lua/ui/game/commands/context-based-templates-data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -419,54 +419,6 @@ AirDefenseLand = {
0,
0
},
{
'uab5101',
4749,
-1,
-1
},
{
'uab5101',
4753,
0,
-1
},
{
'uab5101',
4757,
1,
-1
},
{
'uab5101',
4761,
1,
0
},
{
'uab5101',
4765,
1,
1
},
{
'uab5101',
4769,
0,
1
},
{
'uab5101',
4773,
-1,
1
},
{
'uab5101',
4777,
-1,
0
}
},
}

Expand Down

0 comments on commit b498cef

Please sign in to comment.