chore(webui): kDrive typo (#1357)

Reviewed-on: OpenWF/SpaceNinjaServer#1357
Reviewed-by: Sainan <sainan@calamity.inc>
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
This commit is contained in:
AMelonInsideLemon 2025-03-28 06:49:19 -07:00 committed by Sainan
parent 92e647a0fd
commit 212b7b1ce9

View File

@ -209,7 +209,7 @@ function fetchItemList() {
"/Lotus/Weapons/Operator/Pistols/DrifterPistol/DrifterPistolPlayerWeapon": {
name: loc("code_sirocco")
},
"/Lotus/Types/Vehicles/Hoverboard/HoverboardSuit": { name: loc("code_kdrive") }
"/Lotus/Types/Vehicles/Hoverboard/HoverboardSuit": { name: loc("code_kDrive") }
};
for (const [type, items] of Object.entries(data)) {
if (type == "archonCrystalUpgrades") {