XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

Apply prettier changes

8f8d58ad
OrdisPrime <OrdisPrime@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified static/webui/script.js +1 -1
@@ -96,7 +96,7 @@ window.itemListPromise = new Promise(resolve => {
96 96 "/Lotus/Weapons/Tenno/Rifle/LotusRifle": { name: "Rifle" },
97 97 "/Lotus/Weapons/Tenno/Shotgun/LotusShotgun": { name: "Shotgun" },
98 98 // Modular weapons
99 "/Lotus/Weapons/Ostron/Melee/LotusModularWeapon": {name: "Zaw"},
99 "/Lotus/Weapons/Ostron/Melee/LotusModularWeapon": { name: "Zaw" },
100 100 // Missing in data sources
101 101 "/Lotus/Upgrades/CosmeticEnhancers/Peculiars/CyoteMod": { name: "Traumatic Peculiar" }
102 102 };