Skip to content

Commit

Permalink
Fix SchemBrowser crashing the game when closed
Browse files Browse the repository at this point in the history
  • Loading branch information
buthed010203 committed May 6, 2024
1 parent accf830 commit c9b4744
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/mindustry/client/ui/SchematicBrowserDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,6 @@ void close(){
ui.schematicBrowser.fetch(ui.schematicBrowser.unfetchedRepositories);
refetch = false;
}
hide();
}
}
}

0 comments on commit c9b4744

Please sign in to comment.