diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-07-11 10:53:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-07-11 10:53:51 -0300 |
commit | 8011fdc013176fca63341353ff20bc2f6e5723e2 (patch) | |
tree | 396be42a6b5ae252066bd42c1b075acf0588afcb | |
parent | fa13b4830d371980da685f528d573089a4cd135c (diff) | |
download | serverdata-8011fdc013176fca63341353ff20bc2f6e5723e2.tar.gz serverdata-8011fdc013176fca63341353ff20bc2f6e5723e2.tar.bz2 serverdata-8011fdc013176fca63341353ff20bc2f6e5723e2.tar.xz serverdata-8011fdc013176fca63341353ff20bc2f6e5723e2.zip |
[skip ci] Fix another typo
-rw-r--r-- | npc/functions/hub.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 09224d858..02b122e15 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -136,6 +136,7 @@ function script HUB_Logout { // TODO: It could be @jail, but it is buggy .@sentence = ((REBIRTH*0) + BaseLevel)**2; atcommand("@jailfor "+.@sentence+"mn "+strcharinfo(0)); + ##HARDCORE_JAILTIME=1; } // Vanished on Cindy Cave } else if (.@mapa$ == "021-4" && strcharinfo(0) == $@CINDY_HERO$) { |