From d2321763557a3098c8d201dbbef99c3cc3cd5467 Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Tue, 9 Jan 2024 08:31:33 +0100 Subject: [PATCH] typo --- src/main/java/com/github/sebseb7/autotrade/config/Configs.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/github/sebseb7/autotrade/config/Configs.java b/src/main/java/com/github/sebseb7/autotrade/config/Configs.java index 7e1ac6b..068c86c 100644 --- a/src/main/java/com/github/sebseb7/autotrade/config/Configs.java +++ b/src/main/java/com/github/sebseb7/autotrade/config/Configs.java @@ -47,7 +47,7 @@ public class Configs implements IConfigHandler { 30000000, "Output container Z (not used when buy disabled)"); public static final ConfigInteger VOID_TRADING_DELAY = new ConfigInteger("voidTradingDelay", 0, 0, 30000000, "delay in ticks for void trading"); - public static final ConfigBoolean VOID_TRADING_DELAY_AFTER_TELEPORT = new ConfigBoolean("delayAfterTelport", + public static final ConfigBoolean VOID_TRADING_DELAY_AFTER_TELEPORT = new ConfigBoolean("delayAfterTeleport", false, "Start the delay after th villager is gone"); public static final ImmutableList OPTIONS = ImmutableList.of(ENABLED, ENABLE_SELL, SELL_ITEM,