Remove \r

we use \n everywhere else in the engine
This commit is contained in:
Gustas
2023-05-20 20:24:03 +03:00
committed by Pavel Penev
parent 8a1463a471
commit 211f7160dc
2 changed files with 6 additions and 6 deletions

View File

@@ -244,7 +244,7 @@ namespace OpenRA
}
catch (Exception ex)
{
Log.Write("debug", "Error in AnyFlaggedTraits\r\n" + ex.ToString());
Log.Write("debug", "Error in AnyFlaggedTraits\n" + ex.ToString());
}
}
}