#W# File structure changes.

This commit is contained in:
WarrentyExpired 2026-08-06 19:02:54 -04:00
parent f3c4050cc3
commit 624d04b84f
38 changed files with 43 additions and 43 deletions

View file

@ -19,7 +19,7 @@ namespace Server
public static void Initialize()
{
string filePath = Path.Combine( Core.BaseDirectory, "Data/treasure.cfg" );
string filePath = Path.Combine( Core.BaseDirectory, "Data/Config/treasure.cfg" );
int i = 0, x = 0, y = 0;
if ( File.Exists( filePath ) )
@ -51,7 +51,7 @@ namespace Server
}
catch
{
Console.WriteLine( "Warning: Error in Line '{0}' of Data/treasure.cfg", line );
Console.WriteLine( "Warning: Error in Line '{0}' of Data/Config/treasure.cfg", line );
}
}
}
@ -75,4 +75,4 @@ namespace Server
m.SendMessage( "You have left a protected treasure map area." );
}
}
}
}