diff --git a/DX11-Base.vcxproj b/DX11-Base.vcxproj
index 8bef36b..7da127d 100644
--- a/DX11-Base.vcxproj
+++ b/DX11-Base.vcxproj
@@ -150,7 +150,7 @@
pch.h
stdcpplatest
stdc17
- D:\case\repos;D:\case\DX11-ImGui-Internal-Hook-main;%(AdditionalIncludeDirectories)
+ D:\case\repos;%(AdditionalIncludeDirectories)
Windows
diff --git a/src/Menu.cpp b/src/Menu.cpp
index 80e22f8..449dbea 100644
--- a/src/Menu.cpp
+++ b/src/Menu.cpp
@@ -325,7 +325,7 @@ namespace DX11_Base {
{
if (Config.GetPalPlayerCharacter()->CharacterParameterComponent != NULL)
{
- Config.GetPalPlayerCharacter()->CharacterParameterComponent->SP.Value = 9999;
+ Config.GetPalPlayerCharacter()->CharacterParameterComponent->ResetSP();
}
}
}