From a5069ae74de6ad8427ff8e3579fbdff22e23b9bd Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Fri, 24 Oct 2014 23:44:38 -0500 Subject: [PATCH] Random space is most certainly not best space --- .../0045-Configurable-game-mechanics-changes.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/0045-Configurable-game-mechanics-changes.patch b/Spigot-Server-Patches/0045-Configurable-game-mechanics-changes.patch index 165ff31201..6e38a34381 100644 --- a/Spigot-Server-Patches/0045-Configurable-game-mechanics-changes.patch +++ b/Spigot-Server-Patches/0045-Configurable-game-mechanics-changes.patch @@ -90,7 +90,7 @@ index f80c075..6b789e4 100644 + private void mechanicsChanges() + { + boatsDropBoats = getBoolean( "game-mechanics.boats-drop-boats", false ); -+ lessPickyTorches = getBoolean ( "game-mechanics.less-picky-torch-placement", false ); ++ lessPickyTorches = getBoolean( "game-mechanics.less-picky-torch-placement", false ); + } } --