mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Add missing init() to marketplace scripts
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user