Skip to content

Commit

Permalink
readd /backup crash
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhxiao committed Mar 1, 2021
1 parent e2518aa commit 7ecbe38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/function/BackupHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ Copy-Item -Path $SourcePath -Destination "$Destination" -Recurse | Out-Null
{ mod::restore(player, holder->getInt()); }))
->then(ARG("crash", "command.backup.crash.desc", NONE, {
//这种指令的存在真的好吗
trapdoor::warning(player, "this command has been removed");
// *((char *) (0)) = 0;
//trapdoor::warning(player, "this command has been removed");
*((char *) (0)) = 0;
}));

}
Expand Down
1 change: 1 addition & 0 deletions 更新日志.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- 正式移除玩家行为统计
### bug修复
- 修复一堆文字错误
- 重新添加回来崩服指令`backup crash`
- 修复没有行为的指令如(`/village`)出现的崩服问题
## 1.16.4-0.9.32
### BUG修复
Expand Down

0 comments on commit 7ecbe38

Please sign in to comment.