Can't load schematics from within symlinked folders
LadyCailinBot opened this issue ยท 3 comments
WORLDEDIT-3310 - Reported by zreed
Trying to load a schematic from a symlinked folder always fails with "Clipboard file could not read or it does not exist." The code for ''//schematic load'' seems to get a File from {{WorldEdit.getSafeOpenFile()}} but later checks the path again (without accounting for whether or not to allow symbolic links per the config setting as {{WorldEdit.getSafeOpenFile()}} does) resulting in the schematic failing to load. ''//schematic save'' doesn't have this additional check.