From e22ec87db7596a5a149588c434467c7c7d4ec6ac Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Mon, 9 May 2022 02:35:41 +0200 Subject: [PATCH] Align log --- r5dev/vstdlib/completion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/vstdlib/completion.cpp b/r5dev/vstdlib/completion.cpp index 6b45a0d6..e3f531fd 100644 --- a/r5dev/vstdlib/completion.cpp +++ b/r5dev/vstdlib/completion.cpp @@ -779,7 +779,7 @@ void _CMaterial_GetMaterialAtCrossHair_f_ComplectionFunc(const CCommand& args) std::function fnPrintChild = [](CMaterialGlue* material, const char* print) { DevMsg(eDLL_T::MS, " |-+\n"); - DevMsg(eDLL_T::MS, " | |-+ Child material ------------------------------------------\n"); + DevMsg(eDLL_T::MS, " | |-+ Child material ----------------------------------------\n"); DevMsg(eDLL_T::MS, print, material); DevMsg(eDLL_T::MS, " | |-- GUID: '%llX'\n", material->m_GUID); DevMsg(eDLL_T::MS, " | |-- Material Name: '%s'\n", material->m_pszName);