From e9251498cc0690e1b55f13b4b602fae763ed915c Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Tue, 29 Mar 2022 13:36:03 -0700 Subject: [PATCH] TEST ME: remove PlayerCrushedController_CrushPlayer patch --- QSB/Player/Patches/PlayerPatches.cs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/QSB/Player/Patches/PlayerPatches.cs b/QSB/Player/Patches/PlayerPatches.cs index 6ebd7da1..283efc13 100644 --- a/QSB/Player/Patches/PlayerPatches.cs +++ b/QSB/Player/Patches/PlayerPatches.cs @@ -10,16 +10,6 @@ internal class PlayerPatches : QSBPatch { public override QSBPatchTypes Type => QSBPatchTypes.OnClientConnect; - [HarmonyPrefix] - [HarmonyPatch(typeof(PlayerCrushedController), nameof(PlayerCrushedController.CrushPlayer))] - public static bool PlayerCrushedController_CrushPlayer() - { - // #CrushIt https://www.twitch.tv/videos/846916781?t=00h03m51s - // this is what you get from me when you mix tiredness and a headache - jokes and references only i will get - Locator.GetDeathManager().KillPlayer(DeathType.Crushed); - return false; - } - [HarmonyPrefix] [HarmonyPatch(typeof(PlayerData), nameof(PlayerData.LearnLaunchCodes))] public static bool LearnLaunchCodes()