#W# Genteleporter and SignParser now look in Data/Decoration for cfg file.

This commit is contained in:
WarrentyExpired 2026-08-06 18:38:28 -04:00
parent a5a2984130
commit f3c4050cc3
2 changed files with 132 additions and 1055 deletions

File diff suppressed because it is too large Load diff

View file

@ -38,7 +38,7 @@ namespace Server.Commands
public static void Parse( Mobile from )
{
string cfg = Path.Combine( Core.BaseDirectory, "Data/signs.cfg" );
string cfg = Path.Combine( Core.BaseDirectory, "Data/Decoration/signs.cfg" );
if ( File.Exists( cfg ) )
{
@ -136,4 +136,4 @@ namespace Server.Commands
sign.MoveToWorld( location, map );
}
}
}
}