Clean up some of our patches

Remove unused torch placement config option
Remove ambiguity in invisible players patch
This commit is contained in:
Zach Brown
2014-12-05 22:28:08 -06:00
parent 77ef1b5cc7
commit b889c27630
3 changed files with 6 additions and 10 deletions

View File

@@ -26,8 +26,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
--- a/src/main/java/org/github/paperspigot/PaperSpigotWorldConfig.java
+++ b/src/main/java/org/github/paperspigot/PaperSpigotWorldConfig.java
@@ -0,0 +0,0 @@ public class PaperSpigotWorldConfig
{
boatsDropBoats = getBoolean( "game-mechanics.boats-drop-boats", false );
lessPickyTorches = getBoolean( "game-mechanics.less-picky-torch-placement", false );
}
+
+ public boolean tntMovesInWater;
@@ -36,6 +36,4 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ tntMovesInWater = getBoolean("tnt-moves-in-water", true );
+ }
}
--
1.9.4.msysgit.2
--