Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
fix-installer(pre-release): 1.3.4-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleBigBug committed Jul 18, 2024
1 parent fd9dd3d commit 5fa204a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion psp-papers-installer/psp-papers-installer.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.3.3-pre</Version>
<Version>1.3.4-pre</Version>
<TargetFramework>net8.0-windows</TargetFramework>
<OutputType>WinExe</OutputType>
<RootNamespace>psp_papers_installer</RootNamespace>
Expand Down
2 changes: 0 additions & 2 deletions psp-papers-mod/src/Patches/PersonPatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ public class PersonPatch {
[HarmonyPrefix]
[HarmonyPatch("setAnim", typeof(Anim), typeof(Object))]
private static void PersonSetAnim(Anim anim, Object movingHorizontal, Person __instance) {
PapersPSP.Log.LogDebug("ANIM ID: " + anim.id + " PERSON INST ID: " + __instance.id);

if (__instance.id == "runner" && anim.id == "run" && TwitchIntegration.ActiveAttackerPerson == null)
TwitchIntegration.ActiveAttackerPerson = __instance;

Expand Down

0 comments on commit 5fa204a

Please sign in to comment.