From 6f5735b43d86cc4d34e29d4f4df43f816969f086 Mon Sep 17 00:00:00 2001 From: FragsAreUs <32180105+FragsAreUs@users.noreply.github.com> Date: Mon, 24 Apr 2023 23:56:17 -0400 Subject: [PATCH] Remove the need to type '\' or '/' to send a console command --- src/client/component/console.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/component/console.cpp b/src/client/component/console.cpp index 56855178..584bbd5d 100644 --- a/src/client/component/console.cpp +++ b/src/client/component/console.cpp @@ -274,6 +274,7 @@ namespace console if (!game::is_server()) { utils::hook::set(0x14133D2FE_g, 0xEB); // Always enable ingame console + utils::hook::jump(0x141344E44_g, 0x141344E2E_g); // Remove the need to type '\' or '/' to send a console command if (utils::nt::is_wine() && !utils::flags::has_flag("console")) {