From b7d62e90a7a0e4e404623af0c646495a3dd3fd2b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 31 May 2011 13:17:14 +0000 Subject: Removed a forced recalculateLocalAabb for compound shapes, semi-colon in chat messages doesn't truncate the chat text any more, changed chat prompt to "Command:" if the first character is a slash, small misc cleanups --- src/dedicated/console.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dedicated') diff --git a/src/dedicated/console.cc b/src/dedicated/console.cc index 10fe261..2481f58 100644 --- a/src/dedicated/console.cc +++ b/src/dedicated/console.cc @@ -237,7 +237,7 @@ void Console::draw_status() status << "uptime "; if (uptime_days > 0) { - status << uptime_days << " " << aux::plural("day", uptime_days); + status << uptime_days << " " << aux::plural("day", uptime_days) << " "; } status << std::setfill('0') << std::setw(2) << uptime_hours << ":" << std::setfill('0') << std::setw(2) << uptime_minutes << ":" -- cgit v1.2.3