Skip to content

Commit 026c55a

Browse files
committed
Command vowdelete, use 'forsake your vow' instead
1 parent f811b48 commit 026c55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ static struct command commands[] = {
8686
/*{ "vowmarkprogress", cmd_mark_vow_progress, "Mark progress for the current vow", 0 },*/
8787
{ "vowactivate", cmd_activate_vow, "Activate an existing vow", 0 },
8888
{ "vowdeactivate", cmd_deactivate_vow, "Deactivate current vow", 0 },
89-
{ "vowdelete", cmd_delete_vow, "Irrecoverably delete the active vow", 0 },
89+
/*{ "vowdelete", cmd_delete_vow, "Irrecoverably delete the active vow", 0 },*/
9090
{ "--- ORACLE TABLE ROLLS ---", NULL, "", 0 },
9191
{ "generatenpc", cmd_generate_npc, "Generate a random NPC", 0 },
9292
{ "coastalwaterlocation", cmd_show_coastal_location, "Show a random coastal water location", 0 },

0 commit comments

Comments
 (0)