Skip to content

Commit

Permalink
Merge Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bundabrg committed Aug 5, 2020
1 parent 9c61fd1 commit 91d95fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,7 @@ public void sendForm(FormWindow window, int id) {
EventManager.getInstance().on(SetLocalPlayerAsInitializedPacketReceive.class, (e, h) -> {
h.unregister();
windowCache.showWindow(window, id);
})
.build();
});
return;
}

Expand Down Expand Up @@ -580,8 +579,7 @@ public void sendForm(FormWindow window) {
EventManager.getInstance().on(SetLocalPlayerAsInitializedPacketReceive.class, (e, h) -> {
h.unregister();
windowCache.showWindow(window);
})
.build();
});
return;
}

Expand Down
2 changes: 1 addition & 1 deletion connector/src/main/resources/bedrock/mappings
Submodule mappings updated 1 files
+152 −71 effects.json

0 comments on commit 91d95fd

Please sign in to comment.