diff --git a/MCGalaxy/Commands/Information/CmdPClients.cs b/MCGalaxy/Commands/Information/CmdPClients.cs index 9f5a3b46a..1107c2496 100644 --- a/MCGalaxy/Commands/Information/CmdPClients.cs +++ b/MCGalaxy/Commands/Information/CmdPClients.cs @@ -60,7 +60,7 @@ public override void Use(Player p, string message, CommandData data) { } lines.Add(string.Format(" {0}: &f{1}", kvp.Key, builder.ToString())); } - lines.Add(string.Format("Displayed {0} unique client name{1}.", clients.Count, clients.Count == 1 ? "" : "s")); + //lines.Add(string.Format("Displayed {0} unique client name{1}.", clients.Count, clients.Count == 1 ? "" : "s")); p.MessageLines(lines); }