Changeset 164 for binary-improvements/7dtd-server-fixes
- Timestamp:
- Sep 4, 2014, 6:36:11 PM (10 years ago)
- Location:
- binary-improvements/7dtd-server-fixes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj
r163 r164 53 53 <Reference Include="Assembly-CSharp"> 54 54 <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> 55 61 </Reference> 56 62 </ItemGroup> -
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.