Added server descriptions

This commit is contained in:
Anuken
2020-01-18 10:05:18 -05:00
parent 6e6f8f3cdb
commit 95352e1729
12 changed files with 252 additions and 30 deletions

View File

@@ -315,7 +315,8 @@ public class SNet implements SteamNetworkingCallback, SteamMatchmakingCallback,
Strings.parseInt(smat.getLobbyData(lobby, "version"), -1),
smat.getLobbyData(lobby, "versionType"),
Gamemode.valueOf(smat.getLobbyData(lobby, "gamemode")),
smat.getLobbyMemberLimit(lobby)
smat.getLobbyMemberLimit(lobby),
""
);
hosts.add(out);
}catch(Exception e){