Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorovvl committed Mar 17, 2023
2 parents bbe8c8a + 1f30863 commit 1211f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/files/content/scripts/5-army.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ function armyLoadData()
out += utils.createTableRow([
[7, loca.GetText("RES", item)],
[2, checkedPacket.army[item]],
[2, armyFreeInfo[item]],
[2, armyFreeInfo[item] ? armyFreeInfo[item] : 0],
[1, aStatus ? 'OK' : 'FAIL', aStatus ? "buffReady" : "buffNotReady"]]);
});
if(checkedPacket.canSubmit) {
Expand Down

0 comments on commit 1211f15

Please sign in to comment.