Skip to content

Commit 71cc459

Browse files
committed
This is where it all begins...
1 parent 85e8e7b commit 71cc459

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

powerFull.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,14 @@ void Start() {
151151
logger("PowerFull-去除地形限制-加载完成");
152152
#endif
153153
}
154-
if ((Config.Bind<bool>("config", "inf_matrix", true, "特定物品的消耗改为虚空创造").Value)){
154+
if ((Config.Bind<bool>("config", "inf_matrix", false, "特定物品的消耗改为虚空创造").Value)){
155155
harmony.PatchAll(typeof(StorageComponentTakeTailItems));
156156
#if DEBUG
157157
logger("PowerFull-特定物品的消耗改为虚空创造-加载完成");
158+
#endif
159+
}else{
160+
#if DEBUG
161+
logger("PowerFull-特定物品的消耗改为虚空创造-默认不加载");
158162
#endif
159163
}
160164
#if DEBUG

0 commit comments

Comments
 (0)