mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
idk, probably some crashfixes or so
This commit is contained in:
parent
3715ca5ce3
commit
bbfd6eb3d3
7 changed files with 34 additions and 41 deletions
|
|
@ -164,7 +164,7 @@ public sealed class GameObjectHandler : DisposableMediatorSubscriberBase
|
|||
Address = curPtr;
|
||||
if (addrDiff)
|
||||
{
|
||||
GameObjectLazy = new(() => _dalamudUtil.CreateGameObject(curPtr));
|
||||
GameObjectLazy = new(() => _dalamudUtil.CreateGameObject(curPtr).GetAwaiter().GetResult());
|
||||
}
|
||||
var chara = (Character*)curPtr;
|
||||
var name = new ByteString(chara->GameObject.Name).ToString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue