diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-08-03 20:01:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-08-03 20:01:56 -0300 |
commit | aea76ac8c42f3c9ab8147cabbfe32fe1654a904b (patch) | |
tree | 97fe56d7de14921e97672b6c9644894c07496701 | |
parent | f1bb80b6259538e8de1f68ad4e536560009f92eb (diff) | |
download | serverdata-aea76ac8c42f3c9ab8147cabbfe32fe1654a904b.tar.gz serverdata-aea76ac8c42f3c9ab8147cabbfe32fe1654a904b.tar.bz2 serverdata-aea76ac8c42f3c9ab8147cabbfe32fe1654a904b.tar.xz serverdata-aea76ac8c42f3c9ab8147cabbfe32fe1654a904b.zip |
Fix spurious "next"
-rw-r--r-- | npc/functions/clientversion.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index eac7860e4..636b012ba 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1273,7 +1273,6 @@ function script clientupdater { // Rebirth Homun EXP #ADD_HLV += REBIRTH * 1000000; mes ""; - next; } // TODO: Anniversary (leap years disregarded) |