diff options
Diffstat (limited to 'src/content_cao.cpp')
-rw-r--r-- | src/content_cao.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content_cao.cpp b/src/content_cao.cpp index 011a3f408..20eb3cf1b 100644 --- a/src/content_cao.cpp +++ b/src/content_cao.cpp @@ -2126,6 +2126,8 @@ public: if(player && player->isLocal()) m_is_local_player = true; + pos_translator.init(m_position); + updateNodePos(); } |