Commit d5410523 authored by nanahira's avatar nanahira

debug

parent 2e3644bf
...@@ -560,6 +560,7 @@ public class Program : MonoBehaviour ...@@ -560,6 +560,7 @@ public class Program : MonoBehaviour
} }
catch (Exception e) catch (Exception e)
{ {
PrintToChat("UPDATE ERROR: " + e.ToString());
Debug.Log("UPDATE ERROR: " + e.ToString()); Debug.Log("UPDATE ERROR: " + e.ToString());
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment