- Increase page count

- /chat2Viewer is now sorted by date
- Echo everything that hasn't any channel set
- Fixed channel inputs are now enforced
- Added a warning for ECL channel mismatch
This commit is contained in:
Infi
2025-02-03 13:05:26 +01:00
parent f6dd0359e7
commit 5a78877abf
6 changed files with 33 additions and 13 deletions
+7
View File
@@ -460,6 +460,13 @@ internal class UsedChannel
TempTellTarget = null;
TempChannel = InputChannel.Invalid;
}
internal void SetChannel(InputChannel channel)
{
UseTempChannel = false;
TempTellTarget = null;
Channel = channel;
}
}
[Serializable]