mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 02:26:00 +01:00
Do not reset camera when pressing the update-map button
This commit is contained in:
parent
83b81bcca6
commit
282b3806f3
@ -564,7 +564,7 @@ export class BlueMapApp {
|
||||
try {
|
||||
this.mapViewer.clearTileCache();
|
||||
if (this.mapViewer.map) {
|
||||
await this.switchMap(this.mapViewer.map.data.id);
|
||||
await this.switchMap(this.mapViewer.map.data.id, false);
|
||||
}
|
||||
this.saveUserSettings();
|
||||
} catch (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user