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."; }