Repurpose branch to be played

When anuke shows more interest in this branch the changes that stem from this can be reversed and squashed, but people want to play it, and keeping 2 crater related branches in sync is frankly a pain 😗
This commit is contained in:
Patrick 'Quezler' Mounier
2020-01-28 14:31:32 +01:00
parent 445126ea65
commit ff578c8540
4 changed files with 38 additions and 1 deletions

View File

@@ -376,7 +376,7 @@ public class JoinDialog extends FloatingDialog{
servers = Core.settings.getObject("server-list", Array.class, Array::new);
//get servers
Core.net.httpGet(becontrol.active() ? serverJsonBeURL : serverJsonURL, result -> {
Core.net.httpGet(serverJsonCraterURL, result -> {
try{
Jval val = Jval.read(result.getResultAsString());
Core.app.post(() -> {