mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 20:16:36 -04:00
Trivial ping grammar consistency fix
This commit is contained in:
parent
a74b0681fb
commit
2472887c6b
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user