mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
Update dependancies
This commit is contained in:
parent
6a34745a5f
commit
6627ca5dc4
7 changed files with 35 additions and 13 deletions
|
@ -8259,10 +8259,17 @@ namespace HISP.Server
|
|||
public static void ShutdownServer()
|
||||
{
|
||||
Logger.InfoPrint("Shutting down.");
|
||||
GameClient.OnShutdown();
|
||||
GameServer.OnShutdown();
|
||||
Database.OnShutdown();
|
||||
Entry.OnShutdown();
|
||||
try
|
||||
{
|
||||
GameClient.OnShutdown();
|
||||
GameServer.OnShutdown();
|
||||
Database.OnShutdown();
|
||||
Entry.OnShutdown();
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
Environment.Exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
public static void StartServer()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue