Ignore:
Timestamp:
Jan 5, 2019, 3:21:40 PM (6 years ago)
Author:
alloc
Message:

Player storing fixes, webmap inventory layout fix

File:
1 edited

Legend:

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

    r330 r345  
    3939    <DefineConstants>ENABLE_PROFILER</DefineConstants>
    4040    <Optimize>true</Optimize>
     41    <WarningLevel>4</WarningLevel>
    4142  </PropertyGroup>
    4243  <ItemGroup>
     
    7677  <ItemGroup>
    7778    <Compile Include="src\AssemblyInfo.cs" />
    78     <Compile Include="src\AllocsLogFunctions.cs" />
    7979    <Compile Include="src\LiveData\Animals.cs" />
    8080    <Compile Include="src\LiveData\Hostiles.cs" />
    81     <Compile Include="src\PlayerDataStuff.cs" />
    8281    <Compile Include="src\PersistentData\PersistentContainer.cs" />
    83     <Compile Include="src\StateManager.cs" />
    8482    <Compile Include="src\PersistentData\InvItem.cs" />
    8583    <Compile Include="src\PersistentData\Inventory.cs" />
     
    10199    <Compile Include="src\FileCache\MapTileCache.cs" />
    102100    <Compile Include="src\API.cs" />
    103     <Compile Include="src\ChatHookExample.cs" />
    104101    <Compile Include="src\AllocsUtils.cs" />
    105102    <Compile Include="src\LandClaimList.cs" />
Note: See TracChangeset for help on using the changeset viewer.