Index: binary-improvements/7dtd-server-fixes/src/AssemblyInfo.cs
===================================================================
--- binary-improvements/7dtd-server-fixes/src/AssemblyInfo.cs	(revision 115)
+++ binary-improvements/7dtd-server-fixes/src/AssemblyInfo.cs	(revision 117)
@@ -18,5 +18,5 @@
 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
 
-[assembly: AssemblyVersion("0.087.*")]
+[assembly: AssemblyVersion("0.090.*")]
 
 // The following attributes are used to specify the signing key for the assembly, 
Index: binary-improvements/7dtd-server-fixes/src/TelnetCommands/Kill.cs
===================================================================
--- binary-improvements/7dtd-server-fixes/src/TelnetCommands/Kill.cs	(revision 115)
+++ binary-improvements/7dtd-server-fixes/src/TelnetCommands/Kill.cs	(revision 117)
@@ -34,5 +34,5 @@
 
 			EntityPlayer p = CommonMappingFunctions.GetEntityPlayer (ci);
-			p.DamageEntity(new DamageSource(EnumDamageSourceType.Bullet), 9999, false);
+			p.DamageEntity(new DamageSource(EnumDamageSourceType.Bullet), 9999);
 			m_Console.SendResult ("Killed player " + _params [0]);
 		} catch (Exception e) {
Index: binary-improvements/7dtd-server-fixes/src/TelnetCommands/ListPlayersExtended.cs
===================================================================
--- binary-improvements/7dtd-server-fixes/src/TelnetCommands/ListPlayersExtended.cs	(revision 115)
+++ binary-improvements/7dtd-server-fixes/src/TelnetCommands/ListPlayersExtended.cs	(revision 117)
@@ -34,5 +34,5 @@
 				++num,
 				". id=",
-				current.Value.fd0087,
+				current.Value.fd008f,
 				", ",
 				current.Value.EntityName,
@@ -42,5 +42,5 @@
 				current.Value.rotation,
 				", remote=",
-				current.Value.fd00aa,
+				current.Value.fd00b2,
 				", health=",
 				current.Value.Health,
