Skip to content

Commit

Permalink
Output talk_print exception to log
Browse files Browse the repository at this point in the history
  • Loading branch information
Interkarma committed Oct 12, 2023
1 parent 051b68c commit a14b58c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Scripts/Game/TalkManager.cs
Expand Up @@ -3696,6 +3696,7 @@ public static string Execute(params string[] args)
catch (Exception ex)
{
output = string.Format("Command failed. ID {0} is not a talk string.", id);
Debug.LogFormat("talk_print exception: {0}", ex.Message);
}

return output;
Expand Down

0 comments on commit a14b58c

Please sign in to comment.