diff options
-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; } |