mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
Feature: Some Language will be set automatically
This commit is contained in:
@@ -211,7 +211,7 @@ public class EntryPoint
|
||||
|
||||
var elapsed = DateTime.Now - time;
|
||||
Logger.Info(I18NManager.Translate("Server.ServerInfo.ServerStarted",
|
||||
elapsed.TotalSeconds.ToString(CultureInfo.InvariantCulture)[..4]));
|
||||
Math.Round(elapsed.TotalSeconds, 2).ToString(CultureInfo.InvariantCulture)));
|
||||
|
||||
GenerateLogMap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user