mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
Merge pull request #6813 from cakeGit/patch-4-Ghost-Schematic
Fix to issue #6784, with schematic renderers not deactivating
This commit is contained in:
commit
6d849bbd40
@ -114,8 +114,10 @@ public class SchematicHandler {
|
||||
|
||||
if (!active || !stack.getTag()
|
||||
.getString("File")
|
||||
.equals(displayedSchematic))
|
||||
.equals(displayedSchematic)) {
|
||||
renderers.forEach(r -> r.setActive(false));
|
||||
init(player, stack);
|
||||
}
|
||||
if (!active)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user