Skip to content

Commit

Permalink
Fix updateStatus call in C client (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
redbaron authored Feb 23, 2022
1 parent 132d812 commit d9c2034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nakama-cpp-c-wrapper/Impl/NRtClientWrapperImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ NAKAMA_NAMESPACE_BEGIN
if (errorCallback) _reqErrorCallbacks.emplace(reqId, errorCallback);
}

::NRtClient_leaveChat(_cClient,
::NRtClient_updateStatus(_cClient,
status.c_str(),
reqId,
&NRtClientWrapper::reqOkEmptyStatic,
Expand Down

0 comments on commit d9c2034

Please sign in to comment.