From be91a53cc3bda1b7111d9ccf8389fa91f5bda24d Mon Sep 17 00:00:00 2001 From: ALittlePatate Date: Sun, 2 Oct 2022 14:15:42 +0200 Subject: [PATCH] fix: build errors --- DevourClient/Features/Misc/Misc.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DevourClient/Features/Misc/Misc.cpp b/DevourClient/Features/Misc/Misc.cpp index a01ef92..c25a56a 100644 --- a/DevourClient/Features/Misc/Misc.cpp +++ b/DevourClient/Features/Misc/Misc.cpp @@ -5,6 +5,7 @@ void Misc::SetRank(int rank) { } void Misc::WalkInlobby(bool walk) { + /* if (!Players::LocalPlayer->GetComponent("UltimateCharacterLocomotionHandler")) { Unity::il2cppClass* Character = IL2CPP::Class::Find("Opsive.UltimateCharacterController.Character::UltimateCharacterLocomotionHandler"); Unity::CGameObject* UltimateCharacterLocomotionHandler = @@ -14,4 +15,5 @@ void Misc::WalkInlobby(bool walk) { Players::LocalPlayer->AddComponent(UltimateCharacterLocomotionHandler); } + */ } \ No newline at end of file