From bf250caafee259e38a543a607ceb50acb35f89ca Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Fri, 24 Oct 2014 22:28:29 -0500 Subject: [PATCH] Minor configuration code formatting --- .../Remove-invalid-mob-spawner-tile-entities.patch | 2 +- ...move-specific-entities-that-fly-through-an-unloade.patch | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Spigot-Server-Patches/Remove-invalid-mob-spawner-tile-entities.patch b/Spigot-Server-Patches/Remove-invalid-mob-spawner-tile-entities.patch index 1f9aedb00c..3e751f88d6 100644 --- a/Spigot-Server-Patches/Remove-invalid-mob-spawner-tile-entities.patch +++ b/Spigot-Server-Patches/Remove-invalid-mob-spawner-tile-entities.patch @@ -32,7 +32,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + public boolean removeInvalidMobSpawnerTEs; + private void removeInvalidMobSpawnerTEs() + { -+ removeInvalidMobSpawnerTEs = getBoolean( "remove-invalid-mob-spawner-tile-entities", true); ++ removeInvalidMobSpawnerTEs = getBoolean( "remove-invalid-mob-spawner-tile-entities", true ); + log( "Remove invalid mob spawner tile entities: " + removeInvalidMobSpawnerTEs ); + } } diff --git a/Spigot-Server-Patches/Remove-specific-entities-that-fly-through-an-unloade.patch b/Spigot-Server-Patches/Remove-specific-entities-that-fly-through-an-unloade.patch index 56b083e793..6c93a2fe41 100644 --- a/Spigot-Server-Patches/Remove-specific-entities-that-fly-through-an-unloade.patch +++ b/Spigot-Server-Patches/Remove-specific-entities-that-fly-through-an-unloade.patch @@ -107,9 +107,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + public boolean removeUnloadedFallingBlocks; + private void removeUnloaded() + { -+ removeUnloadedEnderPearls = getBoolean("remove-unloaded.enderpearls", true); -+ removeUnloadedTNTEntities = getBoolean("remove-unloaded.tnt-entities", true); -+ removeUnloadedFallingBlocks = getBoolean("remove-unloaded.falling-blocks", true); ++ removeUnloadedEnderPearls = getBoolean( "remove-unloaded.enderpearls", true ); ++ removeUnloadedTNTEntities = getBoolean( "remove-unloaded.tnt-entities", true ); ++ removeUnloadedFallingBlocks = getBoolean( "remove-unloaded.falling-blocks", true ); + } } -- \ No newline at end of file