fixed that stoat can talk to admin chat ingame again

This commit is contained in:
jenz 2026-03-01 21:43:45 +01:00
parent 52c99a07f4
commit 6c834ac87e

View File

@ -278,7 +278,7 @@ async function checkNewMessages(channel_selected, admin_chat_bool) {
const username = author.username || "Unknown";
//console.log(`[New] ${username}: ${content}`);
if (channel_selected == channel_livechat)
if (channel_selected == channel_livechat || channel_selected == channel_adminchat_ze)
{
await remotecon_css_ze.connect();
if (admin_chat_bool)