Remove unneeded ES6 from QuickJS

This commit is contained in:
2023-09-05 02:35:05 +00:00
parent 40974a5261
commit a9468d0e95
38 changed files with 85 additions and 13282 deletions

View File

@@ -58,7 +58,7 @@ Cmdline.register_cmd("h", function() {
Game.quit();
},
"Help.");
Cmdline.register_cmd("b", function() { cmd(124); Game.quit(); }, "Pack the game into the given name.");
Cmdline.register_cmd("b", function() { Log.warn("PACKING");cmd(124); Game.quit(); }, "Pack the game into the given name.");
Cmdline.register_cmd("e", function(pawn) {
run("scripts/editor.js");