diff --git a/MCGalaxy/Network/Utils/PingList.cs b/MCGalaxy/Network/Utils/PingList.cs index 4d2c4ffbc..7fc401718 100644 --- a/MCGalaxy/Network/Utils/PingList.cs +++ b/MCGalaxy/Network/Utils/PingList.cs @@ -96,7 +96,7 @@ namespace MCGalaxy.Network { } public string Format() { - return String.Format("Lowest ping {0}ms, average {1} ms, highest {2}ms", + return String.Format("Lowest ping {0}ms, average {1}ms, highest {2}ms", (int)BestPingMilliseconds(), (int)AveragePingMilliseconds(), (int)WorstPingMilliseconds());