mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-10 04:40:10 +07:00
facepalm
This commit is contained in:
parent
b8fca9a091
commit
e96a9a2f32
@ -173,7 +173,7 @@ public class ModsDialog extends BaseDialog{
|
||||
}else{
|
||||
Json json = new Json();
|
||||
Seq<ModListing> listings = json.fromJson(Seq.class, ModListing.class, response.getResultAsString());
|
||||
if(ModListing mod : listings){
|
||||
for(ModListing mod : listings){
|
||||
if((!searchtxt.isEmpty() && !mod.repo.contains(searchtxt))||searchtxt==null) continue;
|
||||
tablebrow.button(btn -> {
|
||||
btn.top().left();
|
||||
|
Loading…
Reference in New Issue
Block a user