From a97d64af1b2614bf4d50b63db43d16e3460c88ea Mon Sep 17 00:00:00 2001 From: qndel Date: Thu, 19 Aug 2021 20:24:50 +0200 Subject: [PATCH] Update Source/debug.cpp --- Source/debug.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/debug.cpp b/Source/debug.cpp index bd5cc33b4..99b687ee1 100644 --- a/Source/debug.cpp +++ b/Source/debug.cpp @@ -211,7 +211,8 @@ std::string DebugCmdVision(const std::string_view parameter) { DebugVision = !DebugVision; if (DebugVision) - return "You see as i do."; + return "You see as I do."; + return "My path is set."; }