mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
remove content_* things from map.cpp
This commit is contained in:
@@ -65,6 +65,9 @@ public:
|
||||
// Used to make custom inventory menus.
|
||||
// See format in guiInventoryMenu.cpp.
|
||||
virtual std::string getInventoryDrawSpecString(){return "";}
|
||||
// primarily used for locking chests, but others can play too
|
||||
virtual std::string getOwner(){ return std::string(""); }
|
||||
virtual void setOwner(std::string t){ }
|
||||
|
||||
protected:
|
||||
static void registerType(u16 id, Factory f);
|
||||
|
Reference in New Issue
Block a user