#W# Genteleporter and SignParser now look in Data/Decoration for cfg file.
This commit is contained in:
parent
a5a2984130
commit
f3c4050cc3
2 changed files with 132 additions and 1055 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -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 );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue