Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 11:00:05 +01:00
fix //none
for tools
Dieser Commit ist enthalten in:
Ursprung
a7c5580db3
Commit
f726c9afc4
@ -1073,6 +1073,8 @@ public class LocalSession implements TextureHolder {
|
|||||||
BrushCache.setTool(item, (BrushTool) tool);
|
BrushCache.setTool(item, (BrushTool) tool);
|
||||||
if (tool != null) {
|
if (tool != null) {
|
||||||
((BrushTool) tool).setHolder(item);
|
((BrushTool) tool).setHolder(item);
|
||||||
|
} else {
|
||||||
|
this.tools[type.getInternalId()] = null;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
previous = this.tools[type.getInternalId()];
|
previous = this.tools[type.getInternalId()];
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren