diff --git a/src/stores/ftbot.ts b/src/stores/ftbot.ts index 87837b72..536c5966 100644 --- a/src/stores/ftbot.ts +++ b/src/stores/ftbot.ts @@ -873,7 +873,8 @@ export function createBotSubStore(botId: string, botName: string) { if ( this.websocketStarted === true || this.botStatusAvailable === false || - this.botApiVersion < 2.2 + this.botApiVersion < 2.2 || + this.isWebserverMode === true ) { return; }