PR cleanup

This commit is contained in:
Anuken
2025-02-10 17:03:46 -05:00
parent 5a56825801
commit 8efd62e668
4 changed files with 33 additions and 20 deletions

View File

@@ -114,6 +114,10 @@ public class ModsDialog extends BaseDialog{
}
}
void getModList(Cons<Seq<ModListing>> listener){
getModList(0, listener);
}
void getModList(int index, Cons<Seq<ModListing>> listener){
if(index >= modJsonURLs.length) return;