Skip to content

Commit

Permalink
Fix FAForever#1743 reclaim label default value (FAForever#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
micheljung authored and aeoncleanse committed Dec 22, 2016
1 parent 2b3e354 commit 06c8b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/options/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ options = {
set = function(key, value, startup)
import('/lua/ui/game/reclaim.lua').updateMaxLabels(value)
end,
default = 10,
default = 1000,
custom = {
min = 500,
max = 5000,
Expand Down

0 comments on commit 06c8b0d

Please sign in to comment.