Update horseisleweb

This commit is contained in:
Li 2022-06-14 16:02:32 +12:00
parent 95f83cd547
commit 6a3343adeb
2 changed files with 2 additions and 2 deletions

View file

@ -30,11 +30,11 @@ namespace HISP.Server
public static void Start()
{
#if (!DEBUG)
AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
#endif
Console.Title = ServerVersion.GetBuildString();
ConfigReader.OpenConfig();
CrossDomainPolicy.GetPolicy();