Changeset 117 for binary-improvements/7dtd-server-fixes
- Timestamp:
- Aug 15, 2014, 10:26:52 PM (10 years ago)
- Location:
- binary-improvements/7dtd-server-fixes/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/AssemblyInfo.cs
r114 r117 18 18 // and "{Major}.{Minor}.{Build}.*" will update just the revision. 19 19 20 [assembly: AssemblyVersion("0.0 87.*")]20 [assembly: AssemblyVersion("0.090.*")] 21 21 22 22 // The following attributes are used to specify the signing key for the assembly, -
binary-improvements/7dtd-server-fixes/src/TelnetCommands/Kill.cs
r114 r117 34 34 35 35 EntityPlayer p = CommonMappingFunctions.GetEntityPlayer (ci); 36 p.DamageEntity(new DamageSource(EnumDamageSourceType.Bullet), 9999 , false);36 p.DamageEntity(new DamageSource(EnumDamageSourceType.Bullet), 9999); 37 37 m_Console.SendResult ("Killed player " + _params [0]); 38 38 } catch (Exception e) { -
binary-improvements/7dtd-server-fixes/src/TelnetCommands/ListPlayersExtended.cs
r107 r117 34 34 ++num, 35 35 ". id=", 36 current.Value.fd008 7,36 current.Value.fd008f, 37 37 ", ", 38 38 current.Value.EntityName, … … 42 42 current.Value.rotation, 43 43 ", remote=", 44 current.Value.fd00 aa,44 current.Value.fd00b2, 45 45 ", health=", 46 46 current.Value.Health,
Note:
See TracChangeset
for help on using the changeset viewer.