(svn r9038) -Fix [FS#115]: inactive connections are not automatically kicked, i.e. people who only open a telnet (or similar) connection to a server.

This commit is contained in:
rubidium
2007-03-06 22:00:42 +00:00
parent 68020bfa6d
commit a2b5b74b83
3 changed files with 13 additions and 0 deletions

View File

@@ -544,6 +544,7 @@ DEF_CONSOLE_CMD(ConStatus)
{
static const char* const stat_str[] = {
"inactive",
"authorizing",
"authorized",
"waiting",
"loading map",