Changeset 326 for binary-improvements/MapRendering/Web/API/GetLandClaims.cs
- Timestamp:
- Sep 4, 2018, 2:33:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Web/API/GetLandClaims.cs
r325 r326 50 50 51 51 foreach (KeyValuePair<Player, List<Vector3i>> kvp in claims) { 52 try {52 // try { 53 53 JSONObject owner = new JSONObject (); 54 54 claimOwners.Add (owner); … … 74 74 claimsJson.Add (claim); 75 75 } 76 } catch {77 }76 // } catch { 77 // } 78 78 } 79 79
Note:
See TracChangeset
for help on using the changeset viewer.