summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/content_sao.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content_sao.cpp b/src/content_sao.cpp
index c6419c1dd..0f3b8829e 100644
--- a/src/content_sao.cpp
+++ b/src/content_sao.cpp
@@ -738,6 +738,7 @@ void LuaEntitySAO::sendPosition(bool do_interpolate, bool is_movement_end)
);
// create message and add to list
ActiveObjectMessage aom(getId(), false, str);
+ m_messages_out.push_back(aom);
}
/*