feat: 50 игр на Lua + импорт Roblox для всех + поддержка Lua в плеере #39

Merged
min merged 215 commits from feat/lua-50-games-bundle into main 2026-06-09 21:59:25 +00:00
Showing only changes of commit 65de311d59 - Show all commits

View File

@ -326,6 +326,10 @@ export class GameRuntime {
}
} catch (_) {}
} else {
if (cmd === 'npc.spawn' || cmd === 'npc.damage' || cmd === 'scene.setLabel' || cmd === 'scene.clearLabel') {
// eslint-disable-next-line no-console
console.warn('[Lua onCommand]', cmd, JSON.stringify(payload).slice(0, 200));
}
this._handleCommand(null, cmd, payload);
}
});