--- deliantra/server/server/commands.C 2006/12/14 22:45:41 1.19 +++ deliantra/server/server/commands.C 2007/01/06 14:42:30 1.21 @@ -1,6 +1,7 @@ /* CrossFire, A Multiplayer game for X-windows + Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team Copyright (C) 2002 Mark Wedel & Crossfire Development Team Copyright (C) 1992 Frank Tore Johansen @@ -68,7 +69,6 @@ {"killpets", command_kill_pets, 0.0}, {"listen", command_listen, 0.0}, {"logs", command_logs, 0.0}, - {"maps", command_maps, 0.0}, {"mapinfo", command_mapinfo, 0.0}, {"mark", command_mark, 0.0}, {"motd", command_motd, 0.0}, @@ -199,8 +199,6 @@ {"dump", command_dump, 0.0}, {"dumpbelow", command_dumpbelow, 0.0}, {"dumpfriendlyobjects", command_dumpfriendlyobjects, 0.0}, - {"dumpallmaps", command_dumpallmaps, 0.0}, - {"dumpmap", command_dumpmap, 0.0}, {"forget_spell", command_forget_spell, 0.0}, {"free", command_free, 0.0}, {"freeze", command_freeze, 0.0}, @@ -221,7 +219,6 @@ {"nowiz", command_nowiz, 0.0}, {"patch", command_patch, 0.0}, {"remove", command_remove, 0.0}, - {"reset", command_reset, 0.0}, {"set_god", command_setgod, 0.0}, {"shutdown", command_shutdown, 0.0}, {"stack_clear", command_stack_clear, 0.0}, @@ -229,10 +226,9 @@ {"stack_pop", command_stack_pop, 0.0}, {"stack_push", command_stack_push, 0.0}, {"stats", command_stats, 0.0}, - {"style_info", command_style_map_info, 0.0}, /* Costly command, so make it wiz only */ {"summon", command_summon, 0.0}, {"teleport", command_teleport, 0.0}, - {"overlay_save", command_save_overlay, 0.0}, + //{"overlay_save", command_save_overlay, 0.0}, /* {"possess", command_possess, 0.0}, */ {"mon_aggr", command_mon_aggr, 0.0}, @@ -245,7 +241,6 @@ CommArray_s Socket_Commands[] = { {"hiscore", command_hiscore, 0.0}, {"logs", command_logs, 0.0}, - {"maps", command_maps, 0.0}, {"motd", command_motd, 0.0}, {"players", command_players, 0.0}, {"version", command_version, 0.0},