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