Skip to content

Commit bedc3dc

Browse files
committed
Update 1.DZ.14
Potential garbage collector bug
1 parent 19a753b commit bedc3dc

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.DZ.13b
1+
1.DZ.14

src/CS2-EntityFix.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.331" />
12+
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.347" />
1313
</ItemGroup>
1414
<ItemGroup>
1515
<None Update="gamedata\**" CopyToOutputDirectory="PreserveNewest" />

src/EntityFix.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ public CViewControl(CLogicRelay Entity)
5454
}
5555
}
5656
}
57-
~CViewControl()
58-
{
59-
DisableCameraAll();
60-
}
6157
public void EnableCamera(CCSPlayerController Activator)
6258
{
6359
Players.Add(Activator);
@@ -151,7 +147,7 @@ public class EntityFix : BasePlugin
151147
public override string ModuleName => "Entity Fix";
152148
public override string ModuleDescription => "Fixes game_player_equip, game_ui, point_viewcontrol, IgniteLifeTime";
153149
public override string ModuleAuthor => "DarkerZ [RUS]";
154-
public override string ModuleVersion => "1.DZ.13";
150+
public override string ModuleVersion => "1.DZ.14";
155151
public override void Load(bool hotReload)
156152
{
157153
LoadCFG();

0 commit comments

Comments
 (0)