From 3e2e94b29a4cb4ff7de71c5febb0e4f27d83afe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=B6=E7=9A=93?= <1214946206@qq.com> Date: Thu, 5 Aug 2021 22:19:29 +0800 Subject: [PATCH] restore_scores1.4.1 --- restore_scores.sc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/restore_scores.sc b/restore_scores.sc index 6194bd9..d54fc06 100644 --- a/restore_scores.sc +++ b/restore_scores.sc @@ -1,4 +1,4 @@ -global_version = '1.4.0'; +global_version = '1.4.1'; __config() -> { 'scope' -> 'global', 'stay_loaded' -> false @@ -131,6 +131,7 @@ __restore(pl) ->( scoreboard_remove('fishingCounter'); scoreboard_remove('damageTaken'); scoreboard_remove('activation'); + scoreboard_remove('fz.aviate1m'); scoreboard_remove('totalList'); scoreboard_add('killCounter'); scoreboard_add('digCounter'); @@ -139,6 +140,7 @@ __restore(pl) ->( scoreboard_add('fishingCounter'); scoreboard_add('damageTaken'); scoreboard_add('activation'); + scoreboard_add('fz.aviate1m'); scoreboard_add('totalList'); total_actime = 0; total_death = 0;