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:
parent
eb90512129
commit
8dc37a24fd
4 changed files with 20 additions and 4 deletions
|
|
@ -9,9 +9,12 @@ namespace Server.Misc
|
|||
{
|
||||
public class StatusPage : Timer
|
||||
{
|
||||
public static bool Enabled = false;
|
||||
|
||||
public static void Initialize()
|
||||
{
|
||||
new StatusPage().Start();
|
||||
if ( Enabled )
|
||||
new StatusPage().Start();
|
||||
}
|
||||
|
||||
public StatusPage() : base( TimeSpan.FromSeconds( 5.0 ), TimeSpan.FromSeconds( 60.0 ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue