#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

@ -171,7 +171,7 @@ namespace Server.Engines.Help
try
{
string path = Path.Combine( Core.BaseDirectory, "Data/pageresponse.cfg" );
string path = Path.Combine( Core.BaseDirectory, "Data/Config/pageresponse.cfg" );
using ( StreamWriter op = new StreamWriter( path ) )
{
@ -193,7 +193,7 @@ namespace Server.Engines.Help
{
ArrayList list = new ArrayList();
string path = Path.Combine( Core.BaseDirectory, "Data/pageresponse.cfg" );
string path = Path.Combine( Core.BaseDirectory, "Data/Config/pageresponse.cfg" );
if ( File.Exists( path ) )
{
@ -831,4 +831,4 @@ namespace Server.Engines.Help
}
}
}
}
}