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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user