Crash fix / tilesSecond speed unit

This commit is contained in:
Anuken
2021-07-01 11:17:42 -04:00
parent 2ea1671739
commit ec59cb602c
6 changed files with 11 additions and 9 deletions

View File

@@ -305,7 +305,7 @@ public class SNet implements SteamNetworkingCallback, SteamMatchmakingCallback,
@Override
public void onLobbyMatchList(int matches){
Log.info("found @ matches @", matches, lobbyDoneCallback);
Log.info("found @ matches", matches);
if(lobbyDoneCallback != null){
Seq<Host> hosts = new Seq<>();