Skip to content

Commit

Permalink
Update master.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Oct 20, 2023
1 parent ee40b4c commit 15c47ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/controllers/master.dm
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,7 @@ GLOBAL_REAL(Master, /datum/controller/master) = new
// Loop.
Master.StartProcessing(0)

#ifdef SPACEMAN_DMM
to_chat(world, span_boldannounce("SKIPPING LAZY LOADING FOR LINTERS!"))
#else
#if !defined(SPACEMAN_DMM)
SSmapping.lazy_load_template(LAZY_TEMPLATE_KEY_NUKIEBASE)
SSmapping.lazy_load_template(LAZY_TEMPLATE_KEY_WIZARDDEN)
#endif
Expand Down

0 comments on commit 15c47ce

Please sign in to comment.