mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:17:22 +01:00
stupid fucking fuck drawing issues and other fuck
This commit is contained in:
parent
effe6c2839
commit
186e70d0cf
3 changed files with 10 additions and 10 deletions
|
|
@ -268,7 +268,7 @@ public class DalamudUtilService : IHostedService
|
|||
|
||||
public async Task WaitWhileCharacterIsDrawing(ILogger logger, GameObjectHandler handler, Guid redrawId, int timeOut = 5000, CancellationToken? ct = null)
|
||||
{
|
||||
if (!_clientState.IsLoggedIn || handler.Address == IntPtr.Zero) return;
|
||||
if (!_clientState.IsLoggedIn) return;
|
||||
|
||||
logger.LogTrace("[{redrawId}] Starting wait for {handler} to draw", redrawId, handler);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue