Clean up some of our patches
Remove unused torch placement config option Remove ambiguity in invisible players patch
This commit is contained in:
@@ -72,11 +72,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
}
|
||||
+
|
||||
+ public boolean boatsDropBoats;
|
||||
+ public boolean lessPickyTorches;
|
||||
+ private void mechanicsChanges()
|
||||
+ {
|
||||
+ boatsDropBoats = getBoolean( "game-mechanics.boats-drop-boats", false );
|
||||
+ lessPickyTorches = getBoolean( "game-mechanics.less-picky-torch-placement", false );
|
||||
+ }
|
||||
}
|
||||
--
|
||||
Reference in New Issue
Block a user