Crash report fixes / Mobile mech fixes / Multiplayer fixes

This commit is contained in:
Anuken
2018-09-02 13:12:45 -04:00
parent 54497c43b6
commit e903798fc2
4 changed files with 16 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ public class BlockConsumeFragment extends Fragment{
table.update(() -> {
if(tile.entity == null){
if(tile.entity == null || state.is(State.menu)){
hide();
return;
}