Updated uCore

This commit is contained in:
Anuken
2018-01-23 21:31:17 -05:00
parent 66f7557770
commit 257335ebaf
6 changed files with 7 additions and 8 deletions

View File

@@ -142,7 +142,7 @@ public class JoinDialog extends FloatingDialog {
if(!Vars.gwt) {
local.clear();
local.background("button");
local.label(() -> "[accent]" + Bundles.get("text.hosts.discovering") + new String(new char[(int) (Timers.time() / 10) % 4]).replace("\0", ".")).pad(10f);
local.label(() -> "[accent]" + Bundles.get("text.hosts.discovering") + Strings.animated(4, 10f, ".")).pad(10f);
Net.discoverServers(this::addLocalHosts);
}
}