Skip to content

Commit

Permalink
Merge pull request #2443 from GiganticMinecraft/fix/load-subsystem
Browse files Browse the repository at this point in the history
feat: load disablegrowth subsystem
  • Loading branch information
rito528 authored Mar 3, 2025
2 parents 9d6ba21 + 764e01b commit 51baf85
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,8 @@ class SeichiAssist extends JavaPlugin() {
elevatorSystem,
blockLiquidStreamSystem,
cancelDamageByFallingBlocksSystem,
playerHeadSkinSystem
playerHeadSkinSystem,
disablegrowth.System.wired,
)

private lazy val buildAssist: BuildAssist = {
Expand Down

0 comments on commit 51baf85

Please sign in to comment.