diff options
Diffstat (limited to '')
-rw-r--r-- | source/cBlockEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cBlockEntity.h b/source/cBlockEntity.h index cbb6e7681..e955caff2 100644 --- a/source/cBlockEntity.h +++ b/source/cBlockEntity.h @@ -22,7 +22,7 @@ protected: public:
virtual ~cBlockEntity() {};
virtual void Destroy() {};
-
+
int GetPosX() { return m_PosX; }
int GetPosY() { return m_PosY; }
int GetPosZ() { return m_PosZ; }
|