diff --git a/.changeset/quiet-pugs-rule.md b/.changeset/quiet-pugs-rule.md index 2ec72c7a9f..4399bc1c39 100644 --- a/.changeset/quiet-pugs-rule.md +++ b/.changeset/quiet-pugs-rule.md @@ -3,8 +3,9 @@ --- Added `deploy` config options to systems in the MUD config: - - `disabled` to toggle deploying the system (defaults to `false`) - - `registerWorldFunctions` to toggle registering namespace-prefixed system functions on the world (defaults to `true`) + +- `disabled` to toggle deploying the system (defaults to `false`) +- `registerWorldFunctions` to toggle registering namespace-prefixed system functions on the world (defaults to `true`) ```ts import { defineWorld } from "@latticexyz/world";