diff --git a/BlueMapCore/src/main/java/de/bluecolored/bluemap/core/map/BmMap.java b/BlueMapCore/src/main/java/de/bluecolored/bluemap/core/map/BmMap.java index 95aa697c..763072db 100644 --- a/BlueMapCore/src/main/java/de/bluecolored/bluemap/core/map/BmMap.java +++ b/BlueMapCore/src/main/java/de/bluecolored/bluemap/core/map/BmMap.java @@ -138,7 +138,7 @@ public synchronized void save() { // only save texture gallery if not present in storage try { - if (storage.readMeta(id, META_FILE_TEXTURES).isEmpty()) + if (storage.readMetaInfo(id, META_FILE_TEXTURES).isEmpty()) saveTextureGallery(); } catch (IOException e) { Logger.global.logError("Failed to read texture gallery", e);