fix
This commit is contained in:
parent
1790927277
commit
ba2ccea597
1 changed files with 2 additions and 1 deletions
|
|
@ -120,7 +120,8 @@ function register() {
|
|||
inputsInline: true,
|
||||
colour: categoryColor
|
||||
}, (block) => {
|
||||
return [`ModAPI.reload`, javascriptGenerator.ORDER_ATOMIC];
|
||||
const code = `ModAPI.player.reload()`;
|
||||
return `${code}\n`;
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue