This commit is contained in:
Anuken
2020-04-29 19:54:20 -04:00
parent 289e8bb394
commit 5887169f90
7 changed files with 7 additions and 7 deletions

View File

@@ -168,7 +168,7 @@ public class Net{
/**
* Starts discovering servers on a different thread.
* Callback is run on the main libGDX thread.
* Callback is run on the main Arc thread.
*/
public void discoverServers(Cons<Host> cons, Runnable done){
provider.discoverServers(cons, done);