Merge pull request #40 from ff-meli/master

Fix: pull in ImGuiScene update to fix custom unicode typed text being automatically processed and broken by win32
This commit is contained in:
goaaats 2020-03-01 11:49:41 +09:00 committed by GitHub
commit 777f3b3283
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ namespace Dalamud.Game.Network {
var notifyType = data[16];
var contentFinderConditionId = BitConverter.ToUInt16(data, 36);
if (notifyType != 3 || contentFinderConditionId == 0)
if (notifyType != 3)
return;
var contentFinderCondition = this.dalamud.Data.GetExcelSheet<ContentFinderCondition>().GetRow(contentFinderConditionId);

@ -1 +1 @@
Subproject commit 8259c373c0b08ace2651445acf1edd03dddf71fd
Subproject commit 9687dbf41f89aa5cff5b2b179fc9e238260c9509