mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
Fix resources
This commit is contained in:
parent
e9fdf1ff6f
commit
266407c3c4
1 changed files with 8 additions and 1 deletions
|
@ -85,6 +85,13 @@ namespace HISP.Server
|
||||||
|
|
||||||
Logger.CrashPrint(crashMsg);
|
Logger.CrashPrint(crashMsg);
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
|
GameServer.ShutdownServer();
|
||||||
|
}
|
||||||
|
catch (Exception) { };
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue