Ignore:
Timestamp:
Sep 4, 2014, 6:36:11 PM (10 years ago)
Author:
alloc
Message:

fixes - untested

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

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj

    r163 r164  
    5353    <Reference Include="Assembly-CSharp">
    5454      <HintPath>..\7dtd-binaries\Assembly-CSharp.dll</HintPath>
     55    </Reference>
     56    <Reference Include="EasyAntiCheat.Client">
     57      <HintPath>..\7dtd-binaries\EasyAntiCheat.Client.dll</HintPath>
     58    </Reference>
     59    <Reference Include="EasyAntiCheat.Server">
     60      <HintPath>..\7dtd-binaries\EasyAntiCheat.Server.dll</HintPath>
    5561    </Reference>
    5662  </ItemGroup>
  • binary-improvements/7dtd-server-fixes/src/AssemblyInfo.cs

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

    r144 r164  
    3636                                                        ++num,
    3737                                                        ". id=",
    38                                                         current.Value.fd008f,
     38                                                        current.Value.fd008e,
    3939                                                        ", ",
    4040                                                        current.Value.EntityName,
     
    4444                                                        current.Value.rotation,
    4545                                                        ", remote=",
    46                                                         current.Value.fd00b2,
     46                                                        current.Value.fd00b1,
    4747                                                        ", health=",
    4848                                                        current.Value.Health,
Note: See TracChangeset for help on using the changeset viewer.