Skip to content

Commit 51c3afc

Browse files
committed
remove chinese
1 parent 74de83c commit 51c3afc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main/java/com/adccadc/rust/RustConfig.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,8 @@ private static void createDefaultConfig(File configFile) {
4040

4141
writer.println("# Rust Mod Oxidation Configuration");
4242
writer.println("#");
43-
writer.println("# - true: 使用旧版Mod氧化逻辑");
4443
writer.println("# - true: Use old mod version oxidation logic");
45-
writer.println("# - false: 使用原版氧化逻辑");
4644
writer.println("# - false: Use the original oxidation logic");
47-
writer.println("# 如果使用旧版逻辑,则每5分钟概率使玩家周围的方块氧化");
4845
writer.println("# If using the old logic, there is a probability of oxidizing the blocks around the player every 5 minutes");
4946
writer.println(USE_LEGACY_KEY + "=false");
5047

0 commit comments

Comments
 (0)