Update Source/debug.cpp
This commit is contained in:
parent
783e946fd3
commit
a97d64af1b
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue