mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
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:
parent
f209130464
commit
46dd4bc35f
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue