Update survival.js
This commit is contained in:
parent
b22af09e34
commit
ead7eb3a3f
|
|
@ -76,8 +76,10 @@ runAfterAutogen(function(){
|
|||
for (var element in elements) {
|
||||
if (elements[element].category !== "tools") {
|
||||
elements[element].hidden = true;
|
||||
if (!settings.survival || Object.keys(settings.survival).length < 25) {
|
||||
elements[element].category = "inventory";
|
||||
}
|
||||
}
|
||||
if (elements[element].onShiftSelect) delete elements[element].onShiftSelect;
|
||||
}
|
||||
for (var element in settings.survival) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue