FastAsyncWorldEdit icon indicating copy to clipboard operation
FastAsyncWorldEdit copied to clipboard

Schematic list symbols not always correct

Open RedstoneFuture opened this issue 1 year ago • 1 comments

Server Implementation

Paper

Server Version

1.19.4

Describe the bug

If you first load a file and then a folder with "//schematic loadall", the wrong symbol is displayed for the folder. (see video)

grafik

  "worldedit.schematic.load.symbol": "[L]",
  "worldedit.schematic.plus.symbol": "[+]",
  "worldedit.schematic.minus.symbol": "[-]",
  "worldedit.schematic.x.symbol": "[X]",
  "worldedit.schematic.0.symbol": "[O]",
  "worldedit.schematic.dash.symbol": " - ",

To Reproduce

  1. //schematic clear
  2. //schematic loadall test1.schem
  3. //schematic loadall test/
  4. //schematic list --> "[+]test"
  5. //schematic list test/ --> both files are loaded

Expected behaviour

Show "[-]" in any case when the complete folder is loaded. No continuity mistakes.

Screenshots / Videos

https://redstoneworld.de/videos/intern/FAWE_Schematic-list-symbols.mp4

Error log (if applicable)

No response

Fawe Debugpaste

Fawe Version

FAWE, build 639

Checklist

  • [X] I have included a Fawe debugpaste.
  • [X] I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.

Anything else?

No response

RedstoneFuture avatar Jan 29 '24 01:01 RedstoneFuture

Well actually, it should show any file / folder with a - when they are loaded, but it doesn't do that for me too, so it is a bug

OneLiteFeather avatar Feb 03 '24 22:02 OneLiteFeather