From 40ccee8f9c875f6ca63cd2081467c07a6570f4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?MAX=5F=E5=B0=8F=E8=91=B5?= Date: Sat, 31 Jul 2021 01:01:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=85=A5=E7=9A=84?= =?UTF-8?q?=E6=80=BB=E6=A6=9C=E5=8F=97=E4=BC=A4=E5=AE=B3=E9=87=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- restore_scores.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore_scores.sc b/restore_scores.sc index 8e3c1a1..0b1931c 100644 --- a/restore_scores.sc +++ b/restore_scores.sc @@ -211,7 +211,7 @@ __restore(pl, s_player) ->( scoreboard('totalList', '总死亡数', total_death); scoreboard('activation', '总在线时间(h)', total_actime); scoreboard('totalList', '总在线时间(h)', total_actime); - scoreboard('damageTaken', '受伤害榜', total_hurt); + scoreboard('damageTaken', '总受伤害量', total_hurt); scoreboard('totalList', '总受伤害量', total_hurt); scoreboard('fz.aviate1m', '总滑翔距离', total_aviate); scoreboard('totalList', '总滑翔距离', total_aviate);