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

@@ -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 );
+ }
}
--