From 08a8b3e7b546278b1f2c4f0892edb4fde580e339 Mon Sep 17 00:00:00 2001 From: HorionDev <94211709+HorionDev@users.noreply.github.com> Date: Sat, 13 Nov 2021 08:53:53 -0700 Subject: [PATCH] Update AirJump.cpp please I'm making a hacked client off of Horion and cant change the texts off the hacks? is there any way I can fix that? --- Horion/Module/Modules/AirJump.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Horion/Module/Modules/AirJump.cpp b/Horion/Module/Modules/AirJump.cpp index 49adde174..c04c8ba7d 100644 --- a/Horion/Module/Modules/AirJump.cpp +++ b/Horion/Module/Modules/AirJump.cpp @@ -1,6 +1,6 @@ #include "AirJump.h" -AirJump::AirJump() : IModule('G', Category::MOVEMENT, "Jump even you're not on the ground") { +AirJump::AirJump() : IModule('G', Category::MOVEMENT, "Jump on Air!") { registerBoolSetting("Legacy", &legacyMode, legacyMode); }