From eb0b6acfb152e5ce4dd462222e8a69bcdc600301 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 20 Apr 2024 18:52:53 +0200 Subject: [PATCH] Updated Cheat.h --- EscapeTheBackroomsGUiTest/Cheat.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/EscapeTheBackroomsGUiTest/Cheat.h b/EscapeTheBackroomsGUiTest/Cheat.h index ecc923c..66ac8d6 100644 --- a/EscapeTheBackroomsGUiTest/Cheat.h +++ b/EscapeTheBackroomsGUiTest/Cheat.h @@ -1613,11 +1613,10 @@ namespace Cheat { if ( Parent == BPCharacter) { auto boat = (SDK::ABoatPawn*)Boats_2[i]; - Settings::IniShitsPlayer[5] = false; - BPCharacter->K2_SetActorLocation(boat->K2_GetActorLocation(), false, 0, true); BPCharacter->CurrentInteractingPawn = boat; BPCharacter->Interact(boat); + } } }