From c1076acd1be94aca3c5251d6586f863313256dc9 Mon Sep 17 00:00:00 2001 From: Fraser Scott Date: Tue, 28 May 2024 17:37:05 +0100 Subject: [PATCH] chore: comment --- packages/world/mud.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/world/mud.config.ts b/packages/world/mud.config.ts index 5b52303374..6219a2f3a1 100644 --- a/packages/world/mud.config.ts +++ b/packages/world/mud.config.ts @@ -116,6 +116,7 @@ export default defineWorld({ // TODO: add support for inheritance to worldgen // (see: https://github.com/latticexyz/mud/issues/631) "StoreRegistrationSystem", + // Exclude test systems "PayableFallbackSystem", "TestSystem", "UtilsTestSystem",