From f79ec67e93619ee0b4253ad79042de0cd5dd79de Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Thu, 13 Dec 2018 23:22:59 +0100 Subject: [BROKEN] Still converting to Ataxia... --- src/special/spe_map.erl | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'src/special/spe_map.erl') diff --git a/src/special/spe_map.erl b/src/special/spe_map.erl index 94075d9..00b0fde 100644 --- a/src/special/spe_map.erl +++ b/src/special/spe_map.erl @@ -32,14 +32,17 @@ grant_additional (OwnerID) -> MapSummary = shr_map_summary:new(MapID, <<"Untitled Map">>), PlayerUpdateQueryOp = - ataxic:on_field + ataxic:value ( - shr_player:get_map_summaries_field(), - ataxic:apply_function + ataxic:on_field ( - lists, - append, - [ataxic:constant([MapSummary]), ataxic:current_value()] + shr_player:get_map_summaries_field(), + ataxic:apply_function + ( + lists, + append, + [ataxic:constant([MapSummary]), ataxic:current_value()] + ) ) ), -- cgit v1.2.3-70-g09d2