diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-17 10:18:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-17 10:18:36 -0300 |
commit | 87464463b2ff1a9564bd5d962a1dbe114f341a34 (patch) | |
tree | 60f230fae6ea03e002aee72f2b11653b13a5e5bd /npc/functions/scoreboards.txt | |
parent | c0c0af5e4a24a841676319e5a8017e7f9775be5c (diff) | |
download | serverdata-87464463b2ff1a9564bd5d962a1dbe114f341a34.tar.gz serverdata-87464463b2ff1a9564bd5d962a1dbe114f341a34.tar.bz2 serverdata-87464463b2ff1a9564bd5d962a1dbe114f341a34.tar.xz serverdata-87464463b2ff1a9564bd5d962a1dbe114f341a34.zip |
safeguards
Diffstat (limited to 'npc/functions/scoreboards.txt')
-rw-r--r-- | npc/functions/scoreboards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 92d86f950..2e9ff9b68 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -481,7 +481,7 @@ OnCall: next; break; default: - end; + close; } } while (true); end; |