Skip to content

Commit

Permalink
Update creature.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mehah committed Oct 2, 2024
1 parent 9a886b9 commit 249040d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creatures/creature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1930,8 +1930,8 @@ void Creature::sendAsyncTasks() {

creature->onExecuteAsyncTasks();
}
creature->asyncTasks.clear();

creature->asyncTasks.clear();
creature->m_flagAsyncTask = 0;
}
},
Expand Down

0 comments on commit 249040d

Please sign in to comment.