We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9217ca commit 165ab7cCopy full SHA for 165ab7c
packages/plugin-bootstrap/src/providers/settings.ts
@@ -255,7 +255,7 @@ export const settingsProvider: Provider = {
255
// Get world settings directly from the world object we already have
256
if (world.metadata?.settings) {
257
worldSettings = world.metadata.settings as WorldSettings;
258
- } else if (!serverId) {
+ } else {
259
logger.debug(
260
{
261
src: 'plugin:bootstrap:provider:settings',
0 commit comments