mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix merge mistake when rebasing for PR #1169
This commit is contained in:
parent
5bd9c236d5
commit
564e11fc2f
1 changed files with 1 additions and 2 deletions
|
@ -795,8 +795,7 @@ neighbor_found:
|
|||
// Call all the trigger variations
|
||||
i->abm->trigger(m_env, p, n);
|
||||
i->abm->trigger(m_env, p, n,
|
||||
active_object_count,
|
||||
active_object_count_wider + active_object_count);
|
||||
active_object_count, active_object_count_wider);
|
||||
|
||||
// Count surrounding objects again if the abms added any
|
||||
if(m_env->m_added_objects > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue