summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2019-01-09 18:44:41 +0100
committernsensfel <SpamShield0@noot-noot.org>2019-01-09 18:44:41 +0100
commit8c2d1d61060cf60a205d3e1aea1855dcab33ae82 (patch)
tree61f278c0e4309c26c2c84a0a93618d51a24c4366 /src
parenteb78c5f52310b1eaa64a7bc376f119536270a887 (diff)
Little mistake when adding an element there.
Diffstat (limited to 'src')
-rw-r--r--src/bounty/bnt_grant_land.erl2
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()
]
)