Browse Source

Update Source/debug.cpp

pull/2643/head
qndel 5 years ago committed by Anders Jenbo
parent
commit
a97d64af1b
  1. 3
      Source/debug.cpp

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

Loading…
Cancel
Save