summaryrefslogtreecommitdiff
path: root/npc/commands/ucp.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-15 00:19:06 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-15 00:19:06 -0300
commit73e1ab8ecb0bd79ea3f3f3266f82dc2f2f0d67be (patch)
tree588ac4a6f073cc6cffacefee1d2d8eef57984038 /npc/commands/ucp.txt
parentcb1d3d61c0a81c57af900d4e4449b3fe11f2a86e (diff)
downloadserverdata-73e1ab8ecb0bd79ea3f3f3266f82dc2f2f0d67be.tar.gz
serverdata-73e1ab8ecb0bd79ea3f3f3266f82dc2f2f0d67be.tar.bz2
serverdata-73e1ab8ecb0bd79ea3f3f3266f82dc2f2f0d67be.tar.xz
serverdata-73e1ab8ecb0bd79ea3f3f3266f82dc2f2f0d67be.zip
[skip ci] swap logic
Diffstat (limited to 'npc/commands/ucp.txt')
-rw-r--r--npc/commands/ucp.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/ucp.txt b/npc/commands/ucp.txt
index 8464a7e4b..23e920655 100644
--- a/npc/commands/ucp.txt
+++ b/npc/commands/ucp.txt
@@ -178,7 +178,7 @@ function script UserCtrlPanel {
if ($EVENT$ == "Valentine") {
// GSET_VALENTINE_EATONE
// Eat all Chocolate Boxes from Valentine Day event
- if (GSET_VALENTINE_EATONE)
+ if (!GSET_VALENTINE_EATALL)
mes l("[Valentine] Eat all chocolate: ") + col(l("Not allowed"), 2);
else
mes l("[Valentine] Eat all chocolate: ") + col(l("Allowed"), 1);