Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gameserver.cc')
-rw-r--r--src/core/gameserver.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/gameserver.cc b/src/core/gameserver.cc
index 86f130f..544f660 100644
--- a/src/core/gameserver.cc
+++ b/src/core/gameserver.cc
@@ -51,8 +51,7 @@ void func_time(std::string const &args)
<< std::setw(2) << std::setfill('0') << day << " "
<< std::setw(2) << hour << ":"
<< std::setw(2) << min << ":"
- << std::setw(2) << sec << " "
- << std::setw(2) << " ";
+ << std::setw(2) << sec << " " ;
// uptime
float uptime = core::game()->time();