aboutsummaryrefslogtreecommitdiff
path: root/src/client/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/client.h')
-rw-r--r--src/client/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/client.h b/src/client/client.h
index 4342a0087..52ca87625 100644
--- a/src/client/client.h
+++ b/src/client/client.h
@@ -381,7 +381,7 @@ public:
{ return checkPrivilege(priv); }
virtual scene::IAnimatedMesh* getMesh(const std::string &filename, bool cache = false);
const std::string* getModFile(std::string filename);
- ModMetadataDatabase *getModStorageDatabase() override { return m_mod_storage_database; }
+ ModStorageDatabase *getModStorageDatabase() override { return m_mod_storage_database; }
// Migrates away old files-based mod storage if necessary
void migrateModStorage();
@@ -590,7 +590,7 @@ private:
// Client modding
ClientScripting *m_script = nullptr;
- ModMetadataDatabase *m_mod_storage_database = nullptr;
+ ModStorageDatabase *m_mod_storage_database = nullptr;
float m_mod_storage_save_timer = 10.0f;
std::vector<ModSpec> m_mods;
StringMap m_mod_vfs;