diff --git a/SabreHelper/Build.cs b/SabreHelper/Build.cs index e7c103b1..c0b17519 100644 --- a/SabreHelper/Build.cs +++ b/SabreHelper/Build.cs @@ -131,14 +131,14 @@ Options: public static void Credits() { - Console.WriteLine(@" ------------------------------------------ + Console.WriteLine(@"----------------------------------------- Credits ----------------------------------------- -Programmer / Project Lead: Matt Nadareski (darksabre76) -Additional code: emuLOAD, @tractivo -Testing: emuLOAD, @tractivo, Kludge, Obiwantje -Based on work by: The Wizard of DATz"); + +Programmer / Lead: Matt Nadareski (darksabre76) +Additional code: emuLOAD, @tractivo +Testing: emuLOAD, @tractivo, Kludge, Obiwantje +Based on work by: The Wizard of DATz"); } } }