1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Minor fixes and add save button

This commit is contained in:
tobspr
2020-05-14 22:05:06 +02:00
parent b01d38e55d
commit 330c98267a
8 changed files with 47 additions and 21 deletions

View File

@@ -10,10 +10,7 @@ function accessNestedPropertyReverse(obj, keys) {
return result;
}
const rusha = require("rusha");
const salt = accessNestedPropertyReverse(globalConfig, ["file", "info"]);
const encryptKey = globalConfig.info.sgSalt;
onmessage = function (event) {
const { jobId, job, data } = event.data;