mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Rename "mod metadata" to "mod storage" everywhere
This commit is contained in:
parent
8817af07fb
commit
7c21347a40
22 changed files with 480 additions and 474 deletions
|
@ -61,7 +61,7 @@ public:
|
|||
return emptymodspec;
|
||||
}
|
||||
const ModSpec* getModSpec(const std::string &modname) const override { return nullptr; }
|
||||
ModMetadataDatabase *getModStorageDatabase() override { return m_mod_storage_database; }
|
||||
ModStorageDatabase *getModStorageDatabase() override { return m_mod_storage_database; }
|
||||
|
||||
bool joinModChannel(const std::string &channel) override { return false; }
|
||||
bool leaveModChannel(const std::string &channel) override { return false; }
|
||||
|
@ -75,5 +75,5 @@ protected:
|
|||
IItemDefManager *m_itemdef = nullptr;
|
||||
NodeDefManager *m_nodedef = nullptr;
|
||||
ICraftDefManager *m_craftdef = nullptr;
|
||||
ModMetadataDatabase *m_mod_storage_database = nullptr;
|
||||
ModStorageDatabase *m_mod_storage_database = nullptr;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue