Skip to content

Commit ce4a2fb

Browse files
committed
Fix typo
1 parent fd283aa commit ce4a2fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/HighwayTools.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ internal object HighwayTools : PluginModule(
11041104
getEjectSlot()?.let {
11051105
throwAllInSlot(it)
11061106
} ?: run {
1107-
sendChatMessage("$chatName inventory: Can't pickup Item@(${containerTask.blockPos.asString()})")
1107+
sendChatMessage("$chatName Inventory: can't pickup Item@(${containerTask.blockPos.asString()})")
11081108
containerTask.updateState(TaskState.DONE)
11091109
}
11101110
} else {

0 commit comments

Comments
 (0)