diff --git a/Assets/Game/Addons/UnityConsole/Console/Scripts/DefaultCommands.cs b/Assets/Game/Addons/UnityConsole/Console/Scripts/DefaultCommands.cs index c9339a50cf..d675df1149 100644 --- a/Assets/Game/Addons/UnityConsole/Console/Scripts/DefaultCommands.cs +++ b/Assets/Game/Addons/UnityConsole/Console/Scripts/DefaultCommands.cs @@ -2277,7 +2277,7 @@ public static string Execute(params string[] args) } else { - return "Quest ID '" + args[0] + "' could not be found"; + return "Quest ID '" + args[0] + "': not found, or parsing error (see quest_log.txt)"; } } }