Skip to content

Commit

Permalink
Merge branch 'dev' into rc
Browse files Browse the repository at this point in the history
  • Loading branch information
emcifuntik committed Sep 13, 2023
2 parents a6e306e + af3344a commit 3300acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/bindings/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ static void RequestCloudID(const v8::FunctionCallbackInfo<v8::Value>& info)
[&persistent, resource](bool ok, const std::string& result)
{
resource->RunOnNextTick(
[=, &persistent, &resource]()
[=, &persistent]()
{
if(!resource->GetResource()->IsStarted())
{
Expand Down

0 comments on commit 3300acd

Please sign in to comment.