From 8ed571f3129e676c284bb9a842791cd6e17fefd1 Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Fri, 8 May 2009 23:16:54 -0400 Subject: Add a ", " between the coords returned by /where, to make it readible --- src/commandhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commandhandler.cpp') diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp index d834e0a3..91c65f83 100644 --- a/src/commandhandler.cpp +++ b/src/commandhandler.cpp @@ -278,7 +278,7 @@ void CommandHandler::handleWhere(const std::string &args, ChatTab *tab) { std::ostringstream where; where << map_path << ", coordinates: " - << (player_node->getPixelX() / 32) + << (player_node->getPixelX() / 32) << ", " << (player_node->getPixelY() / 32); tab->chatLog(where.str(), BY_SERVER); } -- cgit v1.2.3-70-g09d2