Skip to content

Commit b789a79

Browse files
committed
Fix build on current Unreal
1 parent c245fb2 commit b789a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/metadata2.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,9 +1316,9 @@ CMD_FUNC(cmd_metadata_remote)
13161316
CMD_FUNC(cmd_metadata)
13171317
{
13181318
if (client != &me && MyConnect(client) && !IsServer(client))
1319-
cmd_metadata_local(client, recv_mtags, parc, parv);
1319+
cmd_metadata_local(clictx, client, recv_mtags, parc, parv);
13201320
else
1321-
cmd_metadata_remote(client, recv_mtags, parc, parv);
1321+
cmd_metadata_remote(clictx, client, recv_mtags, parc, parv);
13221322
}
13231323

13241324
int metadata_server_sync(Client *client)

0 commit comments

Comments
 (0)