Merge pull request #374 from MihailRis/block-cracks

Block Cracks & update Player
This commit is contained in:
MihailRis
2024-11-21 07:37:09 +03:00
committed by GitHub
54 changed files with 518 additions and 115 deletions
+2 -3
View File
@@ -202,9 +202,8 @@ function on_open(mode)
debug=document.s_debug
}, function (mode)
set_mode(mode)
end, "console")
end
if mode then
end, mode or "console")
elseif mode then
modes:set(mode)
end
end