diff --git a/src/main/kotlin/mods/eln/node/NodeBase.kt b/src/main/kotlin/mods/eln/node/NodeBase.kt index dccd31b2..d34c4039 100644 --- a/src/main/kotlin/mods/eln/node/NodeBase.kt +++ b/src/main/kotlin/mods/eln/node/NodeBase.kt @@ -174,7 +174,7 @@ abstract class NodeBase { } val act: String var snd = beepError - if (entityPlayer.isSneaking && ServerKeyHandler.get(ServerKeyHandler.WRENCH)) { + if (entityPlayer.isSneaking) { if (writeConfigTool(side, equipped.tagCompound, entityPlayer)) snd = beepDownloaded act = "write" } else {