fix receiving chara data while initilaization, fix glamourer not applying after glamplate or material extraction, potentially fix more zoning issues

This commit is contained in:
rootdarkarchon
2023-05-07 23:25:45 +02:00
parent 8f9421c349
commit 83f0905232
3 changed files with 42 additions and 14 deletions

View File

@@ -290,7 +290,7 @@ public sealed class GameObjectHandler : DisposableMediatorSubscriberBase
Address = IntPtr.Zero;
DrawObjectAddress = IntPtr.Zero;
throw new InvalidOperationException($"CurPtr for {this} turned ZERO");
throw new ArgumentNullException($"CurPtr for {this} turned ZERO");
}
if (_dalamudUtil.IsAnythingDrawing)