Skip to content

Commit

Permalink
- 更新配置文件。
Browse files Browse the repository at this point in the history
  • Loading branch information
KasumiNova committed Sep 22, 2024
1 parent a8c6a7e commit e3e2d52
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1092,8 +1092,8 @@ public static class InGameInfoXML {
public static class ImmersiveEngineering {

@Config.Comment({
"(Server Performance) Blocking the IE Mechanical Block from triggering a full cube update when transferring energy may improve performance.",
"But if strange cube states appear try turning off this option."
"(Server Performance) Blocking the IE Mechanical Block from triggering a full block update when transferring energy may improve performance.",
"But if strange block states appear try turning off this option."
})
@Config.Name("EnergyTransferNoUpdate")
public boolean energyTransferNoUpdate = true;
Expand Down

0 comments on commit e3e2d52

Please sign in to comment.