Skip to content

Commit 165ab7c

Browse files
odilitimeCopilot
andauthored
Update packages/plugin-bootstrap/src/providers/settings.ts
Co-authored-by: Copilot <[email protected]>
1 parent e9217ca commit 165ab7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-bootstrap/src/providers/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export const settingsProvider: Provider = {
255255
// Get world settings directly from the world object we already have
256256
if (world.metadata?.settings) {
257257
worldSettings = world.metadata.settings as WorldSettings;
258-
} else if (!serverId) {
258+
} else {
259259
logger.debug(
260260
{
261261
src: 'plugin:bootstrap:provider:settings',

0 commit comments

Comments
 (0)