--- deliantra/server/server/commands.C 2007/01/15 21:06:20 1.24 +++ deliantra/server/server/commands.C 2007/01/27 23:59:29 1.25 @@ -206,7 +206,6 @@ #ifdef DEBUG_MALLOC_LEVEL {"verify", command_malloc_verify, 0.0}, #endif - {"players", command_players, 0.0}, {"plugin", command_loadplugin, 0.0}, {"pluglist", command_listplugins, 0.0}, {"plugout", command_unloadplugin, 0.0}, @@ -236,7 +235,6 @@ {"hiscore", command_hiscore, 0.0}, {"logs", command_logs, 0.0}, {"motd", command_motd, 0.0}, - {"players", command_players, 0.0}, {"version", command_version, 0.0}, }; const int Socket_CommandsSize = sizeof (Socket_Commands) / sizeof (CommArray_s);