Update to issue #37, if we don't have correct db2 locale then we need to stop server.

This commit is contained in:
hondacrx
2021-07-02 11:28:17 -04:00
parent a4d3bc7a4c
commit 2bc0446de2
+1 -1
View File
@@ -401,7 +401,7 @@ namespace Game
if (m_availableDbcLocaleMask == null || !m_availableDbcLocaleMask[(int)m_defaultDbcLocale])
{
Log.outFatal(LogFilter.ServerLoading, $"Unable to load db2 files for {m_defaultDbcLocale} locale specified in DBC.Locale config!");
ShutdownServ(1, ShutdownMask.Force, ShutdownExitCode.Error);
Environment.Exit(1);
}
Log.outInfo(LogFilter.ServerLoading, "Loading hotfix blobs...");