Skip to content

Commit

Permalink
Fixed random key
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed Feb 8, 2021
1 parent 86c7028 commit 3d84793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/mindustry/ui/dialogs/ModsDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ private void rebuildBrowser(){
ObjectSet<String> installed = mods.list().map(m -> m.getRepo()).asSet();

browserTable.clear();
browserTable.add("@loading");1
browserTable.add("@loading");

int cols = (int)Math.max(Core.graphics.getWidth() / Scl.scl(480), 1);

Expand Down

0 comments on commit 3d84793

Please sign in to comment.