Fixed random key
This commit is contained in:
@@ -405,7 +405,7 @@ public class ModsDialog extends BaseDialog{
|
|||||||
ObjectSet<String> installed = mods.list().map(m -> m.getRepo()).asSet();
|
ObjectSet<String> installed = mods.list().map(m -> m.getRepo()).asSet();
|
||||||
|
|
||||||
browserTable.clear();
|
browserTable.clear();
|
||||||
browserTable.add("@loading");1
|
browserTable.add("@loading");
|
||||||
|
|
||||||
int cols = (int)Math.max(Core.graphics.getWidth() / Scl.scl(480), 1);
|
int cols = (int)Math.max(Core.graphics.getWidth() / Scl.scl(480), 1);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user