summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-02-25 12:31:54 +0100
committernsensfel <SpamShield0@noot-noot.org>2018-02-25 12:31:54 +0100
commitd35cd5304d334582d8479062a52a8c7b34f892a1 (patch)
tree1702a26fafd1c6cf33365558872aba52bfd6b7e4 /src/handler.erl
parentef693352acedaf00cc1b216d85cd08d32a7ae265 (diff)
Fixes a few typos, adds 'unimplemented' functions.
Diffstat (limited to 'src/handler.erl')
-rw-r--r--src/handler.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/handler.erl b/src/handler.erl
index ed14801..f1cc1a0 100644
--- a/src/handler.erl
+++ b/src/handler.erl
@@ -19,7 +19,5 @@
start (_YawsParams) ->
{ok, Pid} = timed_caches_manager:start(),
database_shim:generate_db(Pid),
- timed_caches_manager:new_cache(Pid, battlemap_db, none),
timed_caches_manager:new_cache(Pid, battlemap_instance_db, none),
- timed_caches_manager:new_cache(Pid, character_db, none),
ok.