mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 18:17:21 +01:00
safeguard more
This commit is contained in:
parent
aeb582d61e
commit
92dc3437c9
1 changed files with 1 additions and 1 deletions
|
|
@ -459,7 +459,7 @@ public class CharaDataGposeTogetherManager : DisposableMediatorSubscriberBase
|
|||
|
||||
foreach (var entry in _usersInLobby)
|
||||
{
|
||||
if (!entry.Value.HasWorldDataUpdate || _dalamudUtil.IsInGpose) continue;
|
||||
if (!entry.Value.HasWorldDataUpdate || _dalamudUtil.IsInGpose || entry.Value.WorldData == null) continue;
|
||||
|
||||
var entryWorldData = entry.Value.WorldData!.Value;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue