add: UnlimitedUV function
This commit is contained in:
@@ -16,4 +16,14 @@ void Misc::WalkInlobby(bool walk) {
|
||||
Players::LocalPlayer->AddComponent(UltimateCharacterLocomotionHandler);
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
void Misc::UnlimitedUV(bool active) {
|
||||
try {
|
||||
Players::LocalPlayer->GetComponent("NolanBehaviour")->CallMethodSafe<void*>("SetPurgatory", active);
|
||||
}
|
||||
catch (...) {
|
||||
settings::unlimited_uv = false;
|
||||
std::cout << "Unlimited UV error";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user