Closet appearance decls correctly use the repository (#8154)

* Closet appearance decls correctly use the repository

* GET_DECL
This commit is contained in:
Atermonera
2021-06-27 22:45:23 -07:00
committed by GitHub
parent f97d1b884b
commit 671b5e7ea4
4 changed files with 2 additions and 10 deletions

View File

@@ -21,7 +21,6 @@ var/global/datum/global_init/init = new ()
error_log = file("[log_path]-error.log")
debug_log = file("[log_path]-debug.log")
debug_log << "[log_end]\n[log_end]\nStarting up. [time_stamp()][log_end]\n---------------------[log_end]"
decls_repository = new()
load_configuration()
makeDatumRefLists()