Changeset 164 for binary-improvements/7dtd-server-fixes/src
- Timestamp:
- Sep 4, 2014, 6:36:11 PM (10 years ago)
- Location:
- binary-improvements/7dtd-server-fixes/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/AssemblyInfo.cs
r128 r164 18 18 // and "{Major}.{Minor}.{Build}.*" will update just the revision. 19 19 20 [assembly: AssemblyVersion("0.09 1.*")]20 [assembly: AssemblyVersion("0.092.*")] 21 21 22 22 // The following attributes are used to specify the signing key for the assembly, -
binary-improvements/7dtd-server-fixes/src/CustomCommands/ListPlayersExtended.cs
r144 r164 36 36 ++num, 37 37 ". id=", 38 current.Value.fd008 f,38 current.Value.fd008e, 39 39 ", ", 40 40 current.Value.EntityName, … … 44 44 current.Value.rotation, 45 45 ", remote=", 46 current.Value.fd00b 2,46 current.Value.fd00b1, 47 47 ", health=", 48 48 current.Value.Health,
Note:
See TracChangeset
for help on using the changeset viewer.