This commit is contained in:
radmanplays 2024-04-18 20:53:21 +03:30 committed by GitHub
commit ba2ccea597
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`;
})
}