mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
report the full path when loading any files which might help in troubleshooting files not found properly
This commit is contained in:
parent
46dd4bc35f
commit
3393e7e402
5 changed files with 10 additions and 7 deletions
|
|
@ -663,7 +663,7 @@ namespace MinecraftClient
|
|||
}
|
||||
else
|
||||
{
|
||||
LogToConsole("File not found: " + Settings.Alerts_MatchesFile);
|
||||
LogToConsole("File not found: " + System.IO.Path.GetFullPath(file));
|
||||
return new string[0];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue