Changeset 360 for binary-improvements/MapRendering/Web/API/GetServerInfo.cs
- Timestamp:
- Aug 23, 2020, 9:52:01 AM (4 years ago)
- Location:
- binary-improvements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements
- Property svn:ignore
-
old new 1 1 bin 2 .idea
-
- Property svn:ignore
-
binary-improvements/MapRendering/Web/API/GetServerInfo.cs
r351 r360 9 9 JSONObject serverInfo = new JSONObject (); 10 10 11 GameServerInfo gsi = Steam.Masterserver.Server.LocalGameInfo;11 GameServerInfo gsi = ConnectionManager.Instance.LocalServerInfo; 12 12 13 13 foreach (string stringGamePref in Enum.GetNames (typeof (GameInfoString))) {
Note:
See TracChangeset
for help on using the changeset viewer.