Clean up some of our patches
Remove unused torch placement config option Remove ambiguity in invisible players patch
This commit is contained in:
@@ -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
|
||||
|
||||
--
|
||||
Reference in New Issue
Block a user