Skip to content

Commit a2354b5

Browse files
authored
Merge pull request #1702 from ProjectTSB/fix/const
🚑 正しくない定数を修正
2 parents fd2a467 + c91bbc7 commit a2354b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TheSkyBlessing/data/core/functions/define_const.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,5 +485,5 @@ scoreboard players set $2147483647 Const 2147483647
485485
scoreboard players set $-2147483648 Const -2147483648
486486
scoreboard players set $2147483647 Const 2147483647
487487

488-
scoreboard players set $155 Const 165
488+
scoreboard players set $155 Const 155
489489
scoreboard players set $165 Const 165

0 commit comments

Comments
 (0)