Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Commit

Permalink
fix: silence unity plz (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
eordano authored Sep 4, 2019
1 parent 18db28a commit 5b5c833
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/unity/Build/DCLUnityLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -4575,7 +4575,7 @@ var UnityLoader = UnityLoader || {
var o = r.worker.nextCallbackId++
; (r.worker.callbacks[o] = t), r.worker.postMessage({ id: o, compressed: e }, [e.buffer])
},
serverSetupWarningEnabled: !0
serverSetupWarningEnabled: 0
},
Cryptography: {
crc32: function (e) {
Expand Down
3 changes: 2 additions & 1 deletion static/unity/Build/unity.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"cacheControl": {"default": "must-revalidate"},
"developmentBuild": false,
"multithreading": false,
"CachedXMLHttpRequestSilent": true,
"unityVersion": "2019.1.8f1"
}
}

0 comments on commit 5b5c833

Please sign in to comment.