We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0517d21 commit fc0df2aCopy full SHA for fc0df2a
common/webapp/src/js/PopupMarker.js
@@ -72,7 +72,7 @@ export class PopupMarker extends Marker {
72
73
static blockClipboardFormat = (pos, isHires) => isHires ? `${pos.x} ${pos.y} ${pos.z}` : `${pos.x} ${pos.z}`;
74
static chunkClipboardFormat = (pos, isHires) => isHires ? `${pos.x} ${pos.y} ${pos.z}` : `${pos.x} ${pos.z}`;
75
- static regionClipboardFormat = pos => `r.${pos.x}.${pos.z}.mca`
+ static regionClipboardFormat = pos => `r.${pos.x}.${pos.y}.mca`
76
77
onMapInteraction = evt => {
78
let isHires = true;
0 commit comments