| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2019-01-09 18:44:41 +0100 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2019-01-09 18:44:41 +0100 | 
| commit | 8c2d1d61060cf60a205d3e1aea1855dcab33ae82 (patch) | |
| tree | 61f278c0e4309c26c2c84a0a93618d51a24c4366 /src | |
| parent | eb78c5f52310b1eaa64a7bc376f119536270a887 (diff) | |
Little mistake when adding an element there.
Diffstat (limited to 'src')
| -rw-r--r-- | src/bounty/bnt_grant_land.erl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/bounty/bnt_grant_land.erl b/src/bounty/bnt_grant_land.erl index aa2a62f..3a279a9 100644 --- a/src/bounty/bnt_grant_land.erl +++ b/src/bounty/bnt_grant_land.erl @@ -48,7 +48,7 @@ attempt (OwnerID) ->                       size,                       [ataxic:current_value()]                    ), -                  ataxic:constant([MapSummary]), +                  ataxic:constant(MapSummary),                    ataxic:current_value()                 ]              ) | 


