Ignore:
Timestamp:
Apr 10, 2015, 1:05:26 AM (10 years ago)
Author:
alloc
Message:

Scripts 78, fixes for A11.2

Location:
binary-improvements/7dtd-server-fixes/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/src/AllocsLogFunctions.cs

    r224 r228  
    1616                                string steamId = CommonMappingFunctions.GetSteamID (ci);
    1717
    18                                 string ip = ci.networkPlayer.ipAddress;
     18                                string ip = ci.ip;
    1919                                string name = string.Empty;
    2020
  • binary-improvements/7dtd-server-fixes/src/AssemblyInfo.cs

    r226 r228  
    1818// and "{Major}.{Minor}.{Build}.*" will update just the revision.
    1919
    20 [assembly: AssemblyVersion("0.111.*")]
     20[assembly: AssemblyVersion("0.112.*")]
    2121
    2222// The following attributes are used to specify the signing key for the assembly,
  • binary-improvements/7dtd-server-fixes/src/PersistentData/Player.cs

    r198 r228  
    118118                        entityId = CommonMappingFunctions.GetEntityID (ci);
    119119                        name = CommonMappingFunctions.GetPlayerName (ci);
    120                         ip = ci.networkPlayer.ipAddress;
     120                        ip = ci.ip;
    121121                }
    122122
Note: See TracChangeset for help on using the changeset viewer.