summaryrefslogtreecommitdiff
path: root/npc/functions/captcha.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-18 17:27:43 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-18 17:27:43 -0300
commit0fc4fb146a27cdf61dfe1bceaef70ee7b82550ce (patch)
tree5a4bfaba1ce03765f9ecd618df71cebcc0a25a32 /npc/functions/captcha.txt
parent22009abf953489dcd8b30eec439aa33aa753851b (diff)
downloadserverdata-0fc4fb146a27cdf61dfe1bceaef70ee7b82550ce.tar.gz
serverdata-0fc4fb146a27cdf61dfe1bceaef70ee7b82550ce.tar.bz2
serverdata-0fc4fb146a27cdf61dfe1bceaef70ee7b82550ce.tar.xz
serverdata-0fc4fb146a27cdf61dfe1bceaef70ee7b82550ce.zip
Fix some CI issues, and a bug in @grantpower
Diffstat (limited to 'npc/functions/captcha.txt')
-rw-r--r--npc/functions/captcha.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/captcha.txt b/npc/functions/captcha.txt
index 7fce7ff70..074326ca9 100644
--- a/npc/functions/captcha.txt
+++ b/npc/functions/captcha.txt
@@ -189,7 +189,7 @@ OnClinic:
@treatcaptcha = gettimetick(2);
closeclientdialog;
// Attach the one you intend to heal
- if (attachplayer(.@id)) {
+ if (attachrid(.@id)) {
// Not infected, so do nothing
if (!getstatus(SC_BOTTER_SYNDROME))
end;