Ignore:
Timestamp:
Nov 16, 2018, 10:38:46 PM (6 years ago)
Author:
alloc
Message:

*Latest optimizations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/Web/API/GetLandClaims.cs

    r326 r332  
    2121
    2222                        // default user, cheap way to avoid 'null reference exception'
    23                         user = user ?? new WebConnection ("", "", 0L);
     23                        user = user ?? new WebConnection ("", IPAddress.None, 0L);
    2424
    2525                        bool bViewAll = WebConnection.CanViewAllClaims (permissionLevel);
Note: See TracChangeset for help on using the changeset viewer.