Fixed some protocol comment errors in clientserver.h and elsewhere
[oweals/minetest.git] / src / content_cao.h
index b984be1361cb79d98fbf016659058cec538f65dd..319f90380f6d4a3afa4fe741386507a189215b10 100644 (file)
@@ -187,7 +187,8 @@ public:
        core::aabbox3d<f32>* getSelectionBox()
                {return &m_selection_box;}
        v3f getPosition()
-               {return m_position;}
+               {return pos_translator.vect_show;}
+               //{return m_position;}
 
 private:
        core::aabbox3d<f32> m_selection_box;