mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-18 03:55:19 -04:00
On the crash dialog, show the directory of the client
This commit is contained in:
parent
fa7d6d6b20
commit
ee7fe69d40
@ -68,7 +68,7 @@ namespace ClassicalSharp {
|
||||
|
||||
string line1 = "ClassicalSharp crashed.";
|
||||
if (wroteToCrashLog) {
|
||||
line1 += " The cause of the crash has been logged to \"" + fileName + "\" in the client directory.";
|
||||
line1 += " The cause has been logged to \"" + fileName + "\" in " + Program.AppDirectory;
|
||||
}
|
||||
string line2 = "Please report the crash to github.com/UnknownShadow200/ClassicalSharp/issues so we can fix it.";
|
||||
if (!wroteToCrashLog) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user