diff --git a/src/MHServerEmu.Games/Properties/PropertyInfoTable.cs b/src/MHServerEmu.Games/Properties/PropertyInfoTable.cs index 0845baa5..1f1e465d 100644 --- a/src/MHServerEmu.Games/Properties/PropertyInfoTable.cs +++ b/src/MHServerEmu.Games/Properties/PropertyInfoTable.cs @@ -216,7 +216,7 @@ namespace MHServerEmu.Games.Properties // Finish initialization stopwatch.Stop(); - Logger.Info($"Initialized info for {_propertyInfos.Length} properties in {stopwatch.Elapsed.TotalMilliseconds} ms"); + Logger.Info($"Initialized info for {_propertyInfos.Length} properties in {(long)stopwatch.Elapsed.TotalMilliseconds} ms"); } public PropertyInfo LookupPropertyInfo(PropertyEnum propertyEnum)