mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Build] Make them safer
This commit is contained in:
@@ -356,8 +356,11 @@ namespace SabreTools.Helper
|
|||||||
Console.ReadLine();
|
Console.ReadLine();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Console.WriteLine("Press enter to continue...");
|
if (!Console.IsOutputRedirected)
|
||||||
Console.ReadLine();
|
{
|
||||||
|
Console.WriteLine("Press enter to continue...");
|
||||||
|
Console.ReadLine();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void Credits()
|
public static void Credits()
|
||||||
@@ -371,8 +374,11 @@ Additional code: emuLOAD, @tractivo
|
|||||||
Testing: emuLOAD, @tractivo, Kludge, Obiwantje, edc
|
Testing: emuLOAD, @tractivo, Kludge, Obiwantje, edc
|
||||||
Suggestions: edc, AcidX, Amiga12, EliUmniCk
|
Suggestions: edc, AcidX, Amiga12, EliUmniCk
|
||||||
Based on work by: The Wizard of DATz");
|
Based on work by: The Wizard of DATz");
|
||||||
Console.WriteLine("Press enter to continue...");
|
if (!Console.IsOutputRedirected)
|
||||||
Console.ReadLine();
|
{
|
||||||
|
Console.WriteLine("Press enter to continue...");
|
||||||
|
Console.ReadLine();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user