From ba3ab119d5a0bd810483c075cae2adbb429b30b5 Mon Sep 17 00:00:00 2001 From: Rainer Zufall Date: Sat, 19 Nov 2022 00:36:55 +0100 Subject: [PATCH] fix(README): globals.hpp link (#614) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42974f82..ff23fb92 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ If you are doing custom modifications to the codebase and have a fork you are on Below is an incomplete list of feature that I believe are notable to this "base" or menu. - Return Native spoofing - - Custom [settings](BigBaseV2/src/core/globals.hpp) with deep compare if changes were made include auto saving + - Custom [settings](src/core/globals.hpp) with deep compare if changes were made include auto saving - Clear and well structured source code - Includes a thread pool to queue tasks that shouldn't block the game thread, very similar to fiber pool - Updated natives.hpp from https://nativedb.spyral.dev