From 41f49402292eb9cc4ce7ddd27654fa4b32742c64 Mon Sep 17 00:00:00 2001 From: Harveykang <46108547+Harveykang@users.noreply.github.com> Date: Tue, 15 Dec 2020 19:38:46 +0800 Subject: [PATCH] Add files via upload --- restore_scores.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore_scores.sc b/restore_scores.sc index e160820..6c57581 100644 --- a/restore_scores.sc +++ b/restore_scores.sc @@ -2,7 +2,7 @@ global_version = '1.1.0'; __config() -> { 'scope' -> 'global' }; -__command() -> print('版本:'global_version); +__command() -> print('版本:' + global_version); global_bl = l('stone', 'granite', 'polished_granite', 'diorite', 'polished_diorite', 'andesite', 'polished_andesite', 'grass_block', 'dirt', 'coarse_dirt', 'podzol', 'crimson_nylium', 'warped_nylium', 'cobblestone', 'oak_planks', 'spruce_planks', 'birch_planks', 'jungle_planks', 'acacia_planks', 'dark_oak_planks', 'crimson_planks', 'warped_planks', 'sand', 'red_sand', 'gravel', 'gold_ore',