Skip to content

Commit

Permalink
Fix repository
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeMC committed Mar 10, 2024
1 parent d8be14f commit f4219a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion LibertyTweaks/LibertyTweaks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
<Compile Include="Enhancements\Combat\RemoveWeapons.cs" />
<Compile Include="Enhancements\Combat\UnseenSlipAway.cs" />
<Compile Include="Enhancements\Combat\WeaponMagazines.cs" />
<Compile Include="Enhancements\Dialogue\StunPunch.cs" />
<Compile Include="Enhancements\Dialogue\MoreCombatLines.cs" />
<Compile Include="Enhancements\Dialogue\SearchBody.cs" />
<Compile Include="Enhancements\Dialogue\VLikeScreaming.cs" />
Expand Down
9 changes: 0 additions & 9 deletions LibertyTweaks/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,7 @@ public Main()

Initialized += Main_Initialized;
Tick += Main_Tick;
<<<<<<< HEAD
Drawing +=Main_Drawing;
=======
Drawing += Main_Drawing;
>>>>>>> f8e8a85da25b5ab51bfe0634cb47e6cb28c4712a
KeyDown += Main_KeyDown;
ProcessAutomobile += Main_ProcessAutomobile;
ProcessCamera += Main_ProcessCamera;
Expand Down Expand Up @@ -254,11 +250,6 @@ private void Main_Tick(object sender, EventArgs e)
WheelFix.PreChecks();
}

private void Main_Drawing(object sender, EventArgs e)
{
NoCursorEscape.Process();
}

private void Main_KeyDown(object sender, KeyEventArgs e)
{

Expand Down

0 comments on commit f4219a8

Please sign in to comment.