diff options
-rw-r--r-- | src/core/gameserver.cc | 3 |
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(); |