We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd283aa commit ce4a2fbCopy full SHA for ce4a2fb
1 file changed
src/main/kotlin/HighwayTools.kt
@@ -1104,7 +1104,7 @@ internal object HighwayTools : PluginModule(
1104
getEjectSlot()?.let {
1105
throwAllInSlot(it)
1106
} ?: run {
1107
- sendChatMessage("$chatName inventory: Can't pickup Item@(${containerTask.blockPos.asString()})")
+ sendChatMessage("$chatName Inventory: can't pickup Item@(${containerTask.blockPos.asString()})")
1108
containerTask.updateState(TaskState.DONE)
1109
}
1110
} else {
0 commit comments