imi-tat0r / CS2-DiscordChatSync

A plugin for Counter-Strike 2 that syncs chat between the game and a Discord channel.
MIT License
18 stars 0 forks source link

Rcon not working if RconChannelId = SyncChannelId #13

Open Iwhite67 opened 6 months ago

Iwhite67 commented 6 months ago

Hello, in case of RconChannelId = SyncChannel Id, rcon not working, this is only a text chat

imi-tat0r commented 6 months ago

The SyncChannel is supposed to be used for actual chat between discord and the gameserver. As of now, rcon HAS to be a different channel, because everyone who can write to the rcon channel can execute any command. I will add a toogle for enabling this but right now this is intended behavior.

Iwhite67 commented 6 months ago

Right