summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-02-08 19:29:06 -0300
committerJesusaves <cpntb1@ymail.com>2022-02-08 19:29:06 -0300
commitc4aac6f64b4d1a31f48cc4b266921c6d777e612d (patch)
tree7c1393520d90e39bb6a6c8cdc800370dafe85319
parente60df98224f608a1c8d2fbe4eadf9e9eae84e643 (diff)
downloadserverdata-c4aac6f64b4d1a31f48cc4b266921c6d777e612d.tar.gz
serverdata-c4aac6f64b4d1a31f48cc4b266921c6d777e612d.tar.bz2
serverdata-c4aac6f64b4d1a31f48cc4b266921c6d777e612d.tar.xz
serverdata-c4aac6f64b4d1a31f48cc4b266921c6d777e612d.zip
Add new alias proposed by Hocus: @leaderboard
-rw-r--r--npc/functions/scoreboards.txt1
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;
}