Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
InQuognito committed Feb 7, 2025
1 parent a787782 commit c54bf7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion data/ssbrc/function/logic/fighter/skin/load.mcfunction
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$execute if data storage ssbrc:data player.data."$(uuid)".$(fighter)_skin run return run function ssbrc:logic/player/data/temp/set {mode:"store",key:"skin",value:"$(skin)"}

execute unless entity @s[tag=picking_random] run function ssbrc:logic/player/data/temp/set {mode:"store",key:"skin",value:"default"}
function ssbrc:logic/player/data/temp/set {mode:"store",key:"skin",value:"default"}
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
$data modify storage ssbrc:data player.data."$(uuid)".$(key) set value "$(value)"

$say data modify storage ssbrc:data player.data."$(uuid)".$(key) set value "$(value)"

0 comments on commit c54bf7b

Please sign in to comment.