Skip to content

Commit

Permalink
Update dance/main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
neonerz committed Aug 23, 2024
1 parent 22f702b commit f35689a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dance/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace hoc {
*
*/
//% block="dance step %s"
export function _dances_makecode(d: Dance): void {
export function dance(d: Dance): void {
switch (d) {
case Dance.Move1:
player.execute("scoreboard players set move dance.var 01")
Expand Down

0 comments on commit f35689a

Please sign in to comment.