From df81a1e277add438e09a7d0197c7538b2950aa76 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Thu, 4 Aug 2022 17:56:54 +0200 Subject: [PATCH] Update rui_drawEnable help text --- r5dev/tier1/IConVar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/tier1/IConVar.cpp b/r5dev/tier1/IConVar.cpp index c5d82030..ce23d3dd 100644 --- a/r5dev/tier1/IConVar.cpp +++ b/r5dev/tier1/IConVar.cpp @@ -187,7 +187,7 @@ void ConVar::Init(void) const //------------------------------------------------------------------------- // RUI | #ifndef DEDICATED - rui_drawEnable = new ConVar("rui_drawEnable", "1", FCVAR_RELEASE, "Draws the RUI, 1 = Draw, 0 = No Draw.", false, 0.f, false, 0.f, nullptr, nullptr); + rui_drawEnable = new ConVar("rui_drawEnable", "1", FCVAR_RELEASE, "Draws the RUI if set.", false, 0.f, false, 0.f, nullptr, " 1 = Draw, 0 = No Draw."); #endif // !DEDICATED //------------------------------------------------------------------------- }