Ignore:
Timestamp:
Aug 15, 2014, 10:26:52 PM (10 years ago)
Author:
alloc
Message:

Fixes: Updated for A9

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

Legend:

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

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

    r114 r117  
    3434
    3535                        EntityPlayer p = CommonMappingFunctions.GetEntityPlayer (ci);
    36                         p.DamageEntity(new DamageSource(EnumDamageSourceType.Bullet), 9999, false);
     36                        p.DamageEntity(new DamageSource(EnumDamageSourceType.Bullet), 9999);
    3737                        m_Console.SendResult ("Killed player " + _params [0]);
    3838                } catch (Exception e) {
  • binary-improvements/7dtd-server-fixes/src/TelnetCommands/ListPlayersExtended.cs

    r107 r117  
    3434                                ++num,
    3535                                ". id=",
    36                                 current.Value.fd0087,
     36                                current.Value.fd008f,
    3737                                ", ",
    3838                                current.Value.EntityName,
     
    4242                                current.Value.rotation,
    4343                                ", remote=",
    44                                 current.Value.fd00aa,
     44                                current.Value.fd00b2,
    4545                                ", health=",
    4646                                current.Value.Health,
Note: See TracChangeset for help on using the changeset viewer.