Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
补全参数
Browse files Browse the repository at this point in the history
  • Loading branch information
yechentide committed Oct 22, 2022
1 parent db6e212 commit 6a1a898
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DSTManager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -eu

# 这个脚本里将会读取其他的全部shell脚本, 所以以下全局常量/变量在其他shell脚本里可用
declare OS='MacOS'
declare -r SCRIPT_VERSION='v1.6.0'
declare -r SCRIPT_VERSION='v1.6.1'
declare -r ARCHITECTURE=$(getconf LONG_BIT)
declare -r REPO_ROOT_DIR="$HOME/DSTServerManager"
# DST服务端文件夹
Expand Down
2 changes: 1 addition & 1 deletion bin/editor/configure_world.lua
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function generate_new(shard_dir_path, is_overground)
local model_set = {}
local gen_suffix = ".wgp.lua"
local set_suffix = ".wsp.lua"
local preset_file_prefix = select_preset()
local preset_file_prefix = select_preset(is_overground)

if is_overground then
model_gen = forest_generations_table
Expand Down
4 changes: 4 additions & 0 deletions docs/更新日志.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 更新日志

## 1.6.1

- 补全参数

## 1.6.0

- 移除cluster.ini里无效的设置(游戏风格等)
Expand Down

0 comments on commit 6a1a898

Please sign in to comment.