disable webstatus and reports by default, remove commandproperty from Mobile.Account, fix house placement being blocked by boats in yard (oceanfront property :P)

This commit is contained in:
mark 2007-09-14 22:03:43 +00:00
parent eb90512129
commit 8dc37a24fd
4 changed files with 20 additions and 4 deletions

View file

@ -13,8 +13,13 @@ namespace Server.Engines.Reports
{
public class Reports
{
public static bool Enabled = false;
public static void Initialize()
{
if ( !Enabled )
return;
m_StatsHistory = new SnapshotHistory();
m_StatsHistory.Load();