From ecf9cddce5e838f3d950ad8edc0c054e20ef9c0e Mon Sep 17 00:00:00 2001 From: totemo Date: Sun, 19 Jun 2016 14:43:35 +0930 Subject: [PATCH] Fix minor typo. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 226d629..337914a 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ Features -------- The features of `VehicleControl` are a superset of equivalent, active features that were removed from [`KitchenSink`](https://github.com/NerdNu/KitchenSink). -The option to remove special carts (chest, furnace and hopper carts) was not -implemented as it is no longer used on an nerd.nu servers. * Optionally break carts and boats when the player exits them. * Break empty passenger mincarts and boats after they have existed for a @@ -17,6 +15,9 @@ implemented as it is no longer used on an nerd.nu servers. * Optionally exempt from breaking passenger carts containing configured mob types that have been named. +The option to remove special carts (chest, furnace and hopper carts) was not +implemented as it is no longer used on any nerd.nu servers. + Principle ---------