From a454aabf95b723bac7e419b92b15fdc53fadfd06 Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Fri, 24 Oct 2014 23:44:38 -0500 Subject: [PATCH] Random space is most certainly not best space --- Spigot-Server-Patches/Configurable-game-mechanics-changes.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/Configurable-game-mechanics-changes.patch b/Spigot-Server-Patches/Configurable-game-mechanics-changes.patch index 928d9954a..f4b4706a8 100644 --- a/Spigot-Server-Patches/Configurable-game-mechanics-changes.patch +++ b/Spigot-Server-Patches/Configurable-game-mechanics-changes.patch @@ -90,7 +90,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + 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 ); + } } -- \ No newline at end of file