This commit is contained in:
Slaith
2022-03-06 18:37:27 -08:00
parent 7e291e0bfa
commit 896f4a450a
3 changed files with 10 additions and 29 deletions

View File

@ -82,7 +82,7 @@ namespace RhythmHeavenMania
}
catch (Exception ex)
{
Debug.LogWarning("Event not found! May be spelled wrong or it is not implemented." + ex);
Debug.LogWarning("Event not found! May be spelled wrong or it is not implemented.\n" + ex);
}
}