summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/bounty/bnt_grant_land.erl')
-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 1a8a62e..d12d30c 100644 --- a/src/bounty/bnt_grant_land.erl +++ b/src/bounty/bnt_grant_land.erl @@ -16,7 +16,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% EXPORTED FUNCTIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% --spec attempt (ataxia_id:type()) -> map_map:type(). +-spec attempt (shr_player:id()) -> map_map:type(). attempt (OwnerID) -> Map = map_map:default(OwnerID), |