| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2019-02-15 15:53:58 +0100 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2019-02-15 15:53:58 +0100 | 
| commit | 9b91ff37a1e39f48631b5bee338c31318d1e2336 (patch) | |
| tree | ccaa397a8268bcc8c2679ecbfa5fe75bf11b242a /src/bounty/bnt_grant_land.erl | |
| parent | 103d1672665b64c85808836778fde21b7622abd1 (diff) | |
/{btl,map}_{map,location,direction}/shr_\2/
Diffstat (limited to 'src/bounty/bnt_grant_land.erl')
| -rw-r--r-- | src/bounty/bnt_grant_land.erl | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/bounty/bnt_grant_land.erl b/src/bounty/bnt_grant_land.erl index 3a279a9..25b713b 100644 --- a/src/bounty/bnt_grant_land.erl +++ b/src/bounty/bnt_grant_land.erl @@ -16,9 +16,9 @@  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  %% EXPORTED FUNCTIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% --spec attempt (shr_player:id()) -> map_map:type(). +-spec attempt (shr_player:id()) -> shr_map:type().  attempt (OwnerID) -> -   Map = map_map:default(OwnerID), +   Map = shr_map:default(OwnerID),     {ok, MapID} =        ataxia_client:add | 


