1
0

Fixed server crash.

This commit is contained in:
STRWarrior 2014-01-12 18:15:54 +01:00
parent f11427e8cd
commit c7d556afaf

View File

@ -85,7 +85,7 @@ public:
virtual void OnRightClicked(cPlayer & a_Player) override;
protected:
const cItem & m_Content;
cItem m_Content;
int m_Height;
} ;