diff --git a/DevourClient/Callbacks/OnUpdate.cpp b/DevourClient/Callbacks/OnUpdate.cpp index 8607305..2a46043 100644 --- a/DevourClient/Callbacks/OnUpdate.cpp +++ b/DevourClient/Callbacks/OnUpdate.cpp @@ -29,4 +29,7 @@ void OnUpdate() { Misc::UnlimitedUV(false); settings::unlimited_uv_reset = false; } -} \ No newline at end of file + if (settings::change_player_speed) { + Misc::PlayerSpeed(settings::new_speed); + } +}