fixed that stoat can talk to admin chat ingame again
This commit is contained in:
parent
52c99a07f4
commit
6c834ac87e
@ -278,7 +278,7 @@ async function checkNewMessages(channel_selected, admin_chat_bool) {
|
|||||||
const username = author.username || "Unknown";
|
const username = author.username || "Unknown";
|
||||||
|
|
||||||
//console.log(`[New] ${username}: ${content}`);
|
//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();
|
await remotecon_css_ze.connect();
|
||||||
if (admin_chat_bool)
|
if (admin_chat_bool)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user