diff options
-rw-r--r-- | npc/commands/ucp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/ucp.txt b/npc/commands/ucp.txt index 23e920655..a4a4a67a7 100644 --- a/npc/commands/ucp.txt +++ b/npc/commands/ucp.txt @@ -233,7 +233,7 @@ function script UserCtrlPanel { case 5: GSET_ALCOHOL_NOOVERDRINK=!GSET_ALCOHOL_NOOVERDRINK; break; case 6: - GSET_VALENTINE_EATONE=!GSET_VALENTINE_EATONE; break; + GSET_VALENTINE_EATALL=!GSET_VALENTINE_EATALL; break; case 7: GSET_AUTORECEIVE_COINS=!GSET_AUTORECEIVE_COINS; break; } |