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

chore: do 'git stash' before hard reset Just in case the user made local changes and then runs the bat we don't wanna have it be irrecoverably lost.

c3d7ae33
Sainan <sainan@calamity.inc>
提交于

代码差异

1 个文件 +1 -0
Modified UPDATE AND START SERVER.bat +1 -0
@@ -3,6 +3,7 @@
3 3 echo Updating SpaceNinjaServer...
4 4 git config remote.origin.url https://openwf.io/SpaceNinjaServer.git
5 5 git fetch --prune
6 git stash
6 7 git reset --hard origin/main
7 8
8 9 if exist static\data\0\ (