3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-18 22:10:03 +02:00
Dieser Commit ist enthalten in:
Jesse Boyd 2019-04-06 06:47:51 +11:00
Ursprung ee797219b4
Commit 39830046bc
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 59F1DE6293AF6E1F

Datei anzeigen

@ -77,6 +77,7 @@ public final class BrushCache {
Map<String, Tag> map;
if (nbt == null) {
if (tool == null) {
item.setNbtData(null);
return tool;
}
nbt = new CompoundTag(map = new HashMap<>());
@ -113,7 +114,6 @@ public final class BrushCache {
map.remove("display");
}
}
} else {
return tool;
}