Skip to content

Commit

Permalink
fix: schedule clear patch for 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Jul 26, 2024
1 parent 3bc1149 commit 79b9790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mecha/resources/patches.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"versions": ["1.16", "1.17", "1.18", "1.19", "1.20"],
"versions": ["1.16", "1.17", "1.18", "1.19", "1.20", "1.21"],
"config": {
"type": "root",
"children": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function demo:bar
function demo:folder/wat
function demo:bar
schedule function demo:other 1s
schedule clear ./other
schedule clear demo:other
```

`@function demo:other`
Expand Down

0 comments on commit 79b9790

Please sign in to comment.