We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e365dd commit 6990745Copy full SHA for 6990745
1 file changed
LuaMenu/widgets/gui_planetwars_list_window.lua
@@ -1374,7 +1374,7 @@ local function InitializeControls(window)
1374
elseif not planet.OwnerFaction then
1375
planetStatusData.neutralIncoming = planetStatusData.neutralIncoming + planet.Count
1376
end
1377
- if planet.DefenderFaction == myFaction then
+ if planet.OwnerFaction == myFaction then
1378
planetStatusData.myDefend = planetStatusData.myDefend + planet.Count
1379
planetStatusData.myDefendMax = planetStatusData.myDefendMax + planet.Needed
1380
elseif not planet.OwnerFaction and planet.AttackerFaction ~= myFaction then
0 commit comments