diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-02-08 19:29:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-02-08 19:29:06 -0300 |
commit | c4aac6f64b4d1a31f48cc4b266921c6d777e612d (patch) | |
tree | 7c1393520d90e39bb6a6c8cdc800370dafe85319 /npc/functions | |
parent | e60df98224f608a1c8d2fbe4eadf9e9eae84e643 (diff) | |
download | serverdata-c4aac6f64b4d1a31f48cc4b266921c6d777e612d.tar.gz serverdata-c4aac6f64b4d1a31f48cc4b266921c6d777e612d.tar.bz2 serverdata-c4aac6f64b4d1a31f48cc4b266921c6d777e612d.tar.xz serverdata-c4aac6f64b4d1a31f48cc4b266921c6d777e612d.zip |
Add new alias proposed by Hocus: @leaderboard
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/scoreboards.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index cbe8a6b79..3345ae951 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -949,6 +949,7 @@ OnCall: OnInit: bindatcmd "scoreboard", "@scoreboard::OnCall", 0, 100, 0; bindatcmd "scoreboards", "@scoreboard::OnCall", 0, 100, 0; + bindatcmd "leaderboard", "@scoreboard::OnCall", 0, 100, 0; end; } |