Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 02:50: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);
|
||||
if (tool != null) {
|
||||
((BrushTool) tool).setHolder(item);
|
||||
} else {
|
||||
this.tools[type.getInternalId()] = null;
|
||||
}
|
||||
} else {
|
||||
previous = this.tools[type.getInternalId()];
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren