diff --git a/CheatEnabler/CHANGELOG.md b/CheatEnabler/CHANGELOG.md
index 2896af2..e07cb32 100644
--- a/CheatEnabler/CHANGELOG.md
+++ b/CheatEnabler/CHANGELOG.md
@@ -3,6 +3,8 @@
## Changlog
+* 2.3.32
+ + `Complete Dyson Sphere Shells instantly`: Fix a crash.
* 2.3.31
+ New feature: `Unlock Dyson Sphere max orbit radius`
+ `Remove metadata consumption record in current game`: Fix implementation
@@ -160,6 +162,8 @@
## 更新日志
+* 2.3.32
+ + `立即完成戴森壳建造`:修复了一个崩溃问题
* 2.3.31
+ 新功能:`解锁戴森球最大轨道半径`
+ `移除当前存档的元数据消耗记录`:修复实现
diff --git a/CheatEnabler/CheatEnabler.csproj b/CheatEnabler/CheatEnabler.csproj
index b5356f5..b10f854 100644
--- a/CheatEnabler/CheatEnabler.csproj
+++ b/CheatEnabler/CheatEnabler.csproj
@@ -5,7 +5,7 @@
net472
org.soardev.cheatenabler
DSP MOD - CheatEnabler
- 2.3.31
+ 2.3.32
true
latest
CheatEnabler
diff --git a/CheatEnabler/Functions/DysonSphereFunctions.cs b/CheatEnabler/Functions/DysonSphereFunctions.cs
index d7ca6ae..6d3c2b9 100644
--- a/CheatEnabler/Functions/DysonSphereFunctions.cs
+++ b/CheatEnabler/Functions/DysonSphereFunctions.cs
@@ -46,7 +46,7 @@ public static class DysonSphereFunctions
return;
}
- UIMessageBox.Show("CheatEnabler".Translate(), string.Format("This will complete all Dyson Sphere shells on \"{0}\" instantly. Are you sure?".Translate(), star.displayName), "取消".Translate(), "确定".Translate(), UIMessageBox.QUESTION, () =>
+ UIMessageBox.Show("CheatEnabler".Translate(), string.Format("This will complete all Dyson Sphere shells on \"{0}\" instantly. Are you sure?".Translate(), star.displayName), "取消".Translate(), "确定".Translate(), UIMessageBox.QUESTION, null, () =>
{
var totalNodeSpInfo = AccessTools.Field(typeof(DysonSphereLayer), "totalNodeSP");
var totalFrameSpInfo = AccessTools.Field(typeof(DysonSphereLayer), "totalFrameSP");
diff --git a/CheatEnabler/package/manifest.json b/CheatEnabler/package/manifest.json
index 2fe5bef..50d4c2f 100644
--- a/CheatEnabler/package/manifest.json
+++ b/CheatEnabler/package/manifest.json
@@ -1,6 +1,6 @@
{
"name": "CheatEnabler",
- "version_number": "2.3.31",
+ "version_number": "2.3.32",
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/CheatEnabler",
"description": "Add various cheat functions while disabling abnormal determinants / 添加一些作弊功能,同时屏蔽异常检测",
"dependencies": [