mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 05:31:53 +00:00
Refactors posters to use decls (#8128)
* poster * Moves decls_repo init forward * Moves decl_repository init even further forwards
This commit is contained in:
@@ -21,6 +21,7 @@ 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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user