Skip to content

Commit

Permalink
Add modpacks count stat
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Dec 10, 2023
1 parent c95b1e6 commit 602648e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/controllers/subsystems/initialization/modpacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ SUBSYSTEM_DEF(modpacks)

. = ..()

/datum/controller/subsystem/modpacks/UpdateStat()
..("Modpacks: [length(loaded_modpacks)]")

/client/verb/modpacks_list()
set name = "Modpacks List"
set category = "OOC"
Expand Down

0 comments on commit 602648e

Please sign in to comment.