Add missing init() to marketplace scripts

This commit is contained in:
2026-01-15 17:28:46 +01:00
parent a0c007606b
commit 71f9e4ddaf
3 changed files with 6 additions and 0 deletions

View File

@@ -277,6 +277,8 @@ function drawCombo(context, state, combo, now) {
ctx.fillText(`${combo.count} x Combo`, labelX, labelY);
}
function init() { }
function tick(context, state) {
const { chatMessages, emoteCatalog } = context;
if (!context?.ctx) {