remove cheats

This commit is contained in:
Ordis 2025-02-18 22:39:37 +01:00 committed by Sainan
parent 4256e25fdd
commit cebd96a521
2 changed files with 0 additions and 10 deletions

View File

@ -13,8 +13,6 @@
"skipAllDialogue": true, "skipAllDialogue": true,
"unlockAllScans": true, "unlockAllScans": true,
"unlockAllMissions": true, "unlockAllMissions": true,
"unlockAllQuests": true,
"completeAllQuests": true,
"infiniteCredits": true, "infiniteCredits": true,
"infinitePlatinum": true, "infinitePlatinum": true,
"infiniteEndo": true, "infiniteEndo": true,

View File

@ -460,14 +460,6 @@
<input class="form-check-input" type="checkbox" id="unlockAllMissions" /> <input class="form-check-input" type="checkbox" id="unlockAllMissions" />
<label class="form-check-label" for="unlockAllMissions" data-loc="cheats_unlockAllMissions"></label> <label class="form-check-label" for="unlockAllMissions" data-loc="cheats_unlockAllMissions"></label>
</div> </div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="unlockAllQuests" />
<label class="form-check-label" for="unlockAllQuests" data-loc="cheats_unlockAllQuests"></label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="completeAllQuests" />
<label class="form-check-label" for="completeAllQuests" data-loc="cheats_completeAllQuests"></label>
</div>
<div class="form-check"> <div class="form-check">
<input class="form-check-input" type="checkbox" id="infiniteCredits" /> <input class="form-check-input" type="checkbox" id="infiniteCredits" />
<label class="form-check-label" for="infiniteCredits" data-loc="cheats_infiniteCredits"></label> <label class="form-check-label" for="infiniteCredits" data-loc="cheats_infiniteCredits"></label>