From c1a49635ebeaff9a90c6c9c218c3893ac250b0ff Mon Sep 17 00:00:00 2001 From: gir489 <100792176+gir489returns@users.noreply.github.com> Date: Sun, 17 Dec 2023 11:27:54 -0500 Subject: [PATCH] Fixed false-positive reports of super jumping at the end of a heist. (#2574) --- scripts/gtav-classes.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gtav-classes.cmake b/scripts/gtav-classes.cmake index 4799d03f..69201f11 100644 --- a/scripts/gtav-classes.cmake +++ b/scripts/gtav-classes.cmake @@ -3,7 +3,7 @@ include(FetchContent) FetchContent_Declare( gtav_classes GIT_REPOSITORY https://github.com/Yimura/GTAV-Classes.git - GIT_TAG 59f3db2ec5c7e4b1992466d656bbb11473eeee26 + GIT_TAG 6366aa82b65d04b5d3c581d15428da1cd92afea8 GIT_PROGRESS TRUE CONFIGURE_COMMAND "" BUILD_COMMAND ""