Update src/editor/hui-mushroom-strategy-editor.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Aalian Khan
2025-08-18 17:43:02 -04:00
committed by GitHub
parent 71c4a7be9f
commit 2fff307293

View File

@@ -68,7 +68,6 @@ export class HuiMushroomStrategyEditor
} }
public setConfig(config: any): void { public setConfig(config: any): void {
console.log('Editor setConfig called with:', config);
this._config = config || { type: 'custom:mushroom-strategy', options: {} }; this._config = config || { type: 'custom:mushroom-strategy', options: {} };
} }