close #393 once this gets merged
This commit is contained in:
parent
e24e642432
commit
ed1c1b45e7
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public record MsgNewSpellPatternAck(ExecutionClientView info, int index) impleme
|
||||||
}
|
}
|
||||||
var screen = Minecraft.getInstance().screen;
|
var screen = Minecraft.getInstance().screen;
|
||||||
if (screen instanceof GuiSpellcasting spellGui) {
|
if (screen instanceof GuiSpellcasting spellGui) {
|
||||||
if (self.info().isStackClear()) {
|
if (self.info().isStackClear() && self.info.getRavenmind() == null) {
|
||||||
mc.setScreen(null);
|
mc.setScreen(null);
|
||||||
} else {
|
} else {
|
||||||
spellGui.recvServerUpdate(self.info(), self.index());
|
spellGui.recvServerUpdate(self.info(), self.index());
|
||||||
|
|
Loading…
Reference in a new issue