mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
remove content_* things from map.cpp
This commit is contained in:
parent
79cb754358
commit
8b875d71d1
3 changed files with 6 additions and 16 deletions
|
@ -77,8 +77,8 @@ public:
|
|||
virtual bool nodeRemovalDisabled();
|
||||
virtual std::string getInventoryDrawSpecString();
|
||||
|
||||
std::string getOwner(){ return m_text; }
|
||||
void setOwner(std::string t){ m_text = t; }
|
||||
virtual std::string getOwner(){ return m_text; }
|
||||
virtual void setOwner(std::string t){ m_text = t; }
|
||||
|
||||
private:
|
||||
Inventory *m_inventory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue