mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-22 20:26:33 +01:00
Remove levels command
This commit is contained in:
parent
868da4ed84
commit
96f82a90e1
1 changed files with 0 additions and 1 deletions
|
|
@ -194,7 +194,6 @@ cpp_extern const struct command_info cmd_info[] = {
|
|||
{ "look" , "l" , POS_RESTING , do_look , 0, SCMD_LOOK },
|
||||
{ "last" , "last" , POS_DEAD , do_last , LVL_GOD, 0 },
|
||||
{ "leave" , "lea" , POS_STANDING, do_leave , 0, 0 },
|
||||
{ "levels" , "lev" , POS_DEAD , do_levels , 0, 0 },
|
||||
{ "list" , "lis" , POS_STANDING, do_not_here , 0, 0 },
|
||||
{ "links" , "lin" , POS_STANDING, do_links , LVL_GOD, 0 },
|
||||
{ "lock" , "loc" , POS_SITTING , do_gen_door , 0, SCMD_LOCK },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue