diff src/console_cmds.cpp @ 6235:161135615aa1 draft

(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.
author rubidium <rubidium@openttd.org>
date Tue, 06 Mar 2007 22:00:42 +0000
parents a4e11dd2d7c6
children 57363e064324
line wrap: on
line diff
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -544,6 +544,7 @@
 {
 	static const char* const stat_str[] = {
 		"inactive",
+		"authorizing",
 		"authorized",
 		"waiting",
 		"loading map",