Skip to content

Commit

Permalink
Merge branch '1.20.4' into 1.20.4-folia
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Mar 23, 2024
2 parents a10911b + 5a9b73a commit c4fa13a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project_version=1.0.10
project_version=1.0.11

# FM Protocols
protocols_version=09b2b0a077
Expand Down
1 change: 1 addition & 0 deletions src/main/java/xiamomc/morph/config/MorphConfigManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ public void reload()

newConfig.set(ConfigOption.VERSION.toString(), targetVersion);

//todo: 将~UNSET作为留空的保留字符串写入PluginBase
if (((String)newConfig.get(ConfigOption.MASTER_SECRET.toString(), "~UNSET")).equalsIgnoreCase("~UNSET"))
{
var defVal = ConfigOption.MASTER_SECRET.defaultValue.toString();
Expand Down

0 comments on commit c4fa13a

Please sign in to comment.