stupid fucking fuck drawing issues and other fuck

This commit is contained in:
rootdarkarchon
2023-05-07 03:44:36 +02:00
parent effe6c2839
commit 186e70d0cf
3 changed files with 10 additions and 10 deletions

View File

@@ -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);