Skip to content

Commit 3225b35

Browse files
committed
Fixed.
1 parent 1e06502 commit 3225b35

23 files changed

+12
-40117
lines changed

AntiSuicide.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Rocket.API;
22
using Rocket.API.Collections;
33
using Rocket.Core;
4-
using Rocket.Core.Logging;
4+
using Logger = Rocket.Core.Logging.Logger;
55
using Rocket.Core.Plugins;
66
using Rocket.Unturned;
77
using Rocket.Unturned.Chat;

AntiSuicide.csproj

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>AntiSuicide</RootNamespace>
1111
<AssemblyName>AntiSuicide</AssemblyName>
12-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
</PropertyGroup>
1515
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -41,21 +41,31 @@
4141
<ItemGroup>
4242
<Reference Include="Assembly-CSharp">
4343
<HintPath>lib\Assembly-CSharp.dll</HintPath>
44+
<Private>false</Private>
4445
</Reference>
4546
<Reference Include="Assembly-CSharp-firstpass">
4647
<HintPath>lib\Assembly-CSharp-firstpass.dll</HintPath>
48+
<Private>false</Private>
4749
</Reference>
4850
<Reference Include="Rocket.API">
4951
<HintPath>lib\Rocket.API.dll</HintPath>
52+
<Private>false</Private>
5053
</Reference>
5154
<Reference Include="Rocket.Core">
5255
<HintPath>lib\Rocket.Core.dll</HintPath>
56+
<Private>false</Private>
5357
</Reference>
5458
<Reference Include="Rocket.Unturned">
5559
<HintPath>lib\Rocket.Unturned.dll</HintPath>
60+
<Private>false</Private>
5661
</Reference>
5762
<Reference Include="UnityEngine">
5863
<HintPath>lib\UnityEngine.dll</HintPath>
64+
<Private>false</Private>
65+
</Reference>
66+
<Reference Include="UnityEngine.CoreModule">
67+
<HintPath>lib\UnityEngine.CoreModule.dll</HintPath>
68+
<Private>false</Private>
5969
</Reference>
6070
</ItemGroup>
6171
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

bin/Release/AntiSuicide.dll

0 Bytes
Binary file not shown.

bin/Release/AntiSuicide.pdb

-2 KB
Binary file not shown.
-953 KB
Binary file not shown.

bin/Release/Assembly-CSharp.dll

-1.84 MB
Binary file not shown.
-57.5 KB
Binary file not shown.
-235 KB
Binary file not shown.

bin/Release/Pathfinding.JsonFx.dll

-55.5 KB
Binary file not shown.

bin/Release/Pathfinding.Poly2Tri.dll

-35.5 KB
Binary file not shown.

bin/Release/Rocket.API.dll

-15.5 KB
Binary file not shown.

bin/Release/Rocket.Core.dll

-70 KB
Binary file not shown.

bin/Release/Rocket.Unturned.dll

-90 KB
Binary file not shown.

bin/Release/UnityEngine.CrashLog.dll

-26.5 KB
Binary file not shown.

bin/Release/UnityEngine.dll

-829 KB
Binary file not shown.

0 commit comments

Comments
 (0)