From b1cc8c817631dd876b39ae23645b0bdc69cdb396 Mon Sep 17 00:00:00 2001 From: sr0 Date: Tue, 7 Feb 2017 17:21:14 +0100 Subject: [PATCH] [QuickPatch] Change ui_buildLocation --- src/Components/Modules/QuickPatch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Modules/QuickPatch.cpp b/src/Components/Modules/QuickPatch.cpp index ebcbce6d..6f2dd34f 100644 --- a/src/Components/Modules/QuickPatch.cpp +++ b/src/Components/Modules/QuickPatch.cpp @@ -230,7 +230,7 @@ namespace Components Utils::Hook::Nop(0x6310B8, 5); // Don't write the result Dvar::OnInit([] () { - *reinterpret_cast(0x62E4B64) = Game::Dvar_RegisterVec2("ui_buildLocation", -80.0f, 15.0f, -10000.0, 10000.0, Game::DVAR_FLAG_READONLY, "Where to draw the build number"); + *reinterpret_cast(0x62E4B64) = Game::Dvar_RegisterVec2("ui_buildLocation", -60.0f, 474.0f, -10000.0, 10000.0, Game::DVAR_FLAG_READONLY, "Where to draw the build number"); }); // console title