move useStaticWorldState to server settings
This commit is contained in:
parent
fe3b17a93e
commit
c5d112a677
@ -22,6 +22,6 @@
|
||||
"unlockAllFlavourItems": true,
|
||||
"unlockAllSkins": true,
|
||||
"universalPolarityEverywhere": true,
|
||||
"useStaticWorldState": true,
|
||||
"useStaticWorldState": false,
|
||||
"spoofMasteryRank": -1
|
||||
}
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user