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

SpaceNinjaServer

A simple server for a small space ninja game

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

XFEstudio/SpaceNinjaServer

fix: icon for welcome message (#1115)

Closes #1114 Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1115 Co-authored-by: Sainan <sainan@calamity.inc> Co-committed-by: Sainan <sainan@calamity.inc>

5a843dfe
Sainan <sainan@calamity.inc>
提交于

代码差异

1 个文件 +1 -1
Modified static/fixed_responses/eventMessages.json +1 -1
@@ -4,7 +4,7 @@
4 4 "sub": "Welcome to Space Ninja Server",
5 5 "sndr": "/Lotus/Language/Bosses/Ordis",
6 6 "msg": "Enjoy your Space Ninja Experience",
7 "icon": "/Lotus/Interface/Icons/Npcs/Darvo.png",
7 "icon": "/Lotus/Interface/Icons/Npcs/Ordis.png",
8 8 "eventMessageDate": "2025-01-30T13:00:00.000Z",
9 9 "r": false
10 10 }