Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix default modoptions settings
  • Loading branch information
ForbodingAngel committed Sep 28, 2016
1 parent 065047a commit 89a26dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ModOptions.lua
Expand Up @@ -202,8 +202,8 @@ local options= {
desc = 'Each player on an allyteam that has captured a point will receive this amount of resources per point captured per second',
type = 'number',
section= 'controlvictoryoptions',
def = 0.5,
min = 0.1,
def = 0,
min = 0.0,
max = 5,
step = 0.1, -- quantization is aligned to the def value
-- (step <= 0) means that there is no quantization
Expand Down

0 comments on commit 89a26dc

Please sign in to comment.