Skip to content

Commit

Permalink
Update ClientChatSystemPatch.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mfoltz authored Sep 18, 2024
1 parent 16335ef commit 7985a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Patches/ClientChatSystemPatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static void OnUpdatePrefix(ClientChatSystem __instance)
}
}

NativeArray<Entity> entities = __instance.__query_172511197_1.ToEntityArray(Allocator.Temp);
NativeArray<Entity> entities = __instance._ReceiveChatMessagesQuery.ToEntityArray(Allocator.Temp);
try
{
foreach (Entity entity in entities)
Expand Down

0 comments on commit 7985a0c

Please sign in to comment.