move useStaticWorldState to server settings

This commit is contained in:
AMelonInsideLemon 2024-07-04 21:55:02 +02:00
parent fe3b17a93e
commit c5d112a677
2 changed files with 5 additions and 5 deletions

View File

@ -22,6 +22,6 @@
"unlockAllFlavourItems": true,
"unlockAllSkins": true,
"universalPolarityEverywhere": true,
"useStaticWorldState": true,
"useStaticWorldState": false,
"spoofMasteryRank": -1
}

View File

@ -236,6 +236,10 @@
Universal Polarity Everywhere
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="useStaticWorldState" />
<label class="form-check-label" for="useStaticWorldState">Use Static WorldState</label>
</div>
<div class="form-group mt-2">
<label class="form-label" for="spoofMasteryRank">
Spoofed Mastery Rank (-1 to disable)
@ -317,10 +321,6 @@
Universal Polarity Everywhere
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="useStaticWorldState" />
<label class="form-check-label" for="useStaticWorldState">Use Static WorldSatte</label>
</div>
<div class="form-group mt-2 mb-2">
<label class="form-label" for="spoofMasteryRank">
Spoofed Mastery Rank (-1 to disable)