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); + } } }