Update tw.html

master
zmv7 2020-12-06 12:39:27 +05:00 committed by GitHub
parent 08c635cdf4
commit fb658db1ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
autolock: false,
}).ready(function (fs, main) {
fs.extract("https://dl.dropbox.com/s/0feoslr5kdynetm/TW.zip").then(function () {
main(["-c", "scorch"]).then(function (ci) {
main(["-c", "tank"]).then(function (ci) {
window.ci = ci;
});
});