summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-11-28 22:19:38 +0100 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-11-28 22:19:38 +0100 |
commit | 02da4adf9ae6b477376bb27a092feec06a3f2b91 (patch) | |
tree | c679a019547f69f0593f2563373a373ce12f1d82 /src/type | |
parent | 2273ff20faa24a0daba4e4b43ace250716a39172 (diff) |
Fixes timed caches.
Allowing a refresh of the timer opened the door to exploits.
Diffstat (limited to 'src/type')
-rw-r--r-- | src/type/battlemap_instance.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/type/battlemap_instance.erl b/src/type/battlemap_instance.erl index a4141d3..6a6fe3b 100644 --- a/src/type/battlemap_instance.erl +++ b/src/type/battlemap_instance.erl @@ -47,6 +47,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% EXPORTED FUNCTIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%% Accessors get_id (BattlemapInstance) -> BattlemapInstance#battlemap_instance.id. list_characters (BattlemapInstance) -> |