fix: make direct input work
This commit is contained in:
@@ -430,7 +430,7 @@ internal sealed unsafe class Chat : IDisposable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
string? input = null;
|
string? input = null;
|
||||||
var option = Framework.Instance()->GetUiModule()->GetConfigModule()->GetValueById(572);
|
var option = Framework.Instance()->GetUiModule()->GetConfigModule()->GetValue(ConfigOption.DirectChat);
|
||||||
if (option != null) {
|
if (option != null) {
|
||||||
var directChat = option->Int > 0;
|
var directChat = option->Int > 0;
|
||||||
if (directChat && this._currentCharacter != null) {
|
if (directChat && this._currentCharacter != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user