Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-08 04:20:06 +01:00
Fix brush cache Name
Dieser Commit ist enthalten in:
Ursprung
888cbcedee
Commit
3414fdd5a0
@ -101,7 +101,7 @@ public final class BrushCache {
|
||||
if (secondary == null) secondary = primary;
|
||||
if (primary != null) {
|
||||
String name = primary == secondary ? primary.split(" ")[0] : primary.split(" ")[0] + " / " + secondary.split(" ")[0];
|
||||
displayMap.put("Name", new StringTag(name));
|
||||
displayMap.put("Name", new StringTag("{\"text\":\"" + name + "\"}"));
|
||||
}
|
||||
} else if (map.containsKey("weBrushJson")) {
|
||||
map.remove("weBrushJson");
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren