move useStaticWorldState to server settings

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

View File

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

View File

@ -236,6 +236,10 @@
Universal Polarity Everywhere Universal Polarity Everywhere
</label> </label>
</div> </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"> <div class="form-group mt-2">
<label class="form-label" for="spoofMasteryRank"> <label class="form-label" for="spoofMasteryRank">
Spoofed Mastery Rank (-1 to disable) Spoofed Mastery Rank (-1 to disable)
@ -317,10 +321,6 @@
Universal Polarity Everywhere Universal Polarity Everywhere
</label> </label>
</div> </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"> <div class="form-group mt-2 mb-2">
<label class="form-label" for="spoofMasteryRank"> <label class="form-label" for="spoofMasteryRank">
Spoofed Mastery Rank (-1 to disable) Spoofed Mastery Rank (-1 to disable)