Changeset 228 for binary-improvements/7dtd-server-fixes/src
- Timestamp:
- Apr 10, 2015, 1:05:26 AM (10 years ago)
- Location:
- binary-improvements/7dtd-server-fixes/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/AllocsLogFunctions.cs
r224 r228 16 16 string steamId = CommonMappingFunctions.GetSteamID (ci); 17 17 18 string ip = ci. networkPlayer.ipAddress;18 string ip = ci.ip; 19 19 string name = string.Empty; 20 20 -
binary-improvements/7dtd-server-fixes/src/AssemblyInfo.cs
r226 r228 18 18 // and "{Major}.{Minor}.{Build}.*" will update just the revision. 19 19 20 [assembly: AssemblyVersion("0.11 1.*")]20 [assembly: AssemblyVersion("0.112.*")] 21 21 22 22 // The following attributes are used to specify the signing key for the assembly, -
binary-improvements/7dtd-server-fixes/src/PersistentData/Player.cs
r198 r228 118 118 entityId = CommonMappingFunctions.GetEntityID (ci); 119 119 name = CommonMappingFunctions.GetPlayerName (ci); 120 ip = ci. networkPlayer.ipAddress;120 ip = ci.ip; 121 121 } 122 122
Note:
See TracChangeset
for help on using the changeset viewer.