mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-09 01:17:36 +00:00
fix //none
for tools
This commit is contained in:
parent
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()];
|
||||
|
Loading…
Reference in New Issue
Block a user