forked from Kolyah35/minecraft-pe-0.6.1
server compilable
This commit is contained in:
@@ -26,7 +26,7 @@ public:
|
||||
z(position.z)
|
||||
{}
|
||||
|
||||
__inline bool operator==(const Pos& rhs) const {
|
||||
inline bool operator==(const Pos& rhs) const {
|
||||
return x == rhs.x && y == rhs.y && z == rhs.z;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user