include a message where the settings are loaded from (might help for issues where the user's think the settings are not loaded)

This commit is contained in:
TheSnoozer 2019-09-20 10:01:34 +02:00 committed by ORelio
parent f209130464
commit 46dd4bc35f

View file

@ -162,6 +162,7 @@ namespace MinecraftClient
/// <param name="settingsfile">File to load</param> /// <param name="settingsfile">File to load</param>
public static void LoadSettings(string settingsfile) public static void LoadSettings(string settingsfile)
{ {
ConsoleIO.WriteLogLine(String.Format("[Settings] Loading Settings from {0}", System.IO.Path.GetFullPath(settingsfile)));
if (File.Exists(settingsfile)) if (File.Exists(settingsfile))
{ {
try try