Update Source/debug.cpp

This commit is contained in:
qndel 2021-08-19 20:24:50 +02:00 committed by Anders Jenbo
commit a97d64af1b

View file

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