Преглед изворни кода

Rename 'none' to 'off' for prey capacity estimation

master
Fen Dweller пре 4 година
родитељ
комит
adc355ac28
1 измењених фајлова са 3 додато и 2 уклоњено
  1. +3
    -2
      macrovision.js

+ 3
- 2
macrovision.js Прегледај датотеку

@@ -3054,9 +3054,10 @@ const settingsData = {
name: "Estimate Prey Capacity",
desc: "Guess how much prey creatures can hold, based on their mass",
type: "select",
default: "none",
default: "off",
disabled: "off",
options: [
"none",
"off",
"realistic",
"same-size"
],


Loading…
Откажи
Сачувај