Removed html module

This commit is contained in:
Anuken
2018-10-30 19:15:12 -04:00
parent c02329e4b1
commit fbf614a8df
34 changed files with 105 additions and 778 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ public class Net{
}
/**
* Starts discovering servers on a different thread. Does not work with GWT.
* Starts discovering servers on a different thread.
* Callback is run on the main libGDX thread.
*/
public static void discoverServers(Consumer<Host> cons, Runnable done){