forked from Mirrorlandia_minetest/minetest
Fix merge mistake when rebasing for PR #1169
This commit is contained in:
@ -795,8 +795,7 @@ neighbor_found:
|
|||||||
// Call all the trigger variations
|
// Call all the trigger variations
|
||||||
i->abm->trigger(m_env, p, n);
|
i->abm->trigger(m_env, p, n);
|
||||||
i->abm->trigger(m_env, p, n,
|
i->abm->trigger(m_env, p, n,
|
||||||
active_object_count,
|
active_object_count, active_object_count_wider);
|
||||||
active_object_count_wider + active_object_count);
|
|
||||||
|
|
||||||
// Count surrounding objects again if the abms added any
|
// Count surrounding objects again if the abms added any
|
||||||
if(m_env->m_added_objects > 0) {
|
if(m_env->m_added_objects > 0) {
|
||||||
|
Reference in New Issue
Block a user