Skip to content

Commit

Permalink
Crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emcifuntik committed Sep 13, 2023
1 parent 132b88b commit af3344a
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 af3344a

Please sign in to comment.