Fixing tech disk bluescreen

Putting it here because TGUI bundles are annoying and I don't wanna wait till we get merged.
This commit is contained in:
FartMaster69420
2022-04-08 14:25:19 -04:00
parent 9752b5b363
commit 1835230e9e
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ const TechDisk = (props, context) => {
const {
tech,
} = data.info;
} = data;
const {
disk,

File diff suppressed because one or more lines are too long