Skip to content

Commit

Permalink
identation
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Sep 23, 2023
1 parent d3be271 commit a8985ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modular_ss220/_modpacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ SUBSYSTEM_DEF(modpacks)
stack_trace("Attempted to register duplicate modpack name: [package.name].")
loaded_modpacks.Add(package)


// Handle init and post-init (two stages in case a modpack needs to implement behavior based on the presence of other packs).
for(var/datum/modpack/package as anything in loaded_modpacks)
var/fail_msg = package.initialize()
Expand Down

0 comments on commit a8985ae

Please sign in to comment.