Random space is most certainly not best space
This commit is contained in:
parent
edf1a20dcd
commit
a5069ae74d
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ index f80c075..6b789e4 100644
|
||||||
+ private void mechanicsChanges()
|
+ private void mechanicsChanges()
|
||||||
+ {
|
+ {
|
||||||
+ boatsDropBoats = getBoolean( "game-mechanics.boats-drop-boats", false );
|
+ boatsDropBoats = getBoolean( "game-mechanics.boats-drop-boats", false );
|
||||||
+ lessPickyTorches = getBoolean ( "game-mechanics.less-picky-torch-placement", false );
|
+ lessPickyTorches = getBoolean( "game-mechanics.less-picky-torch-placement", false );
|
||||||
+ }
|
+ }
|
||||||
}
|
}
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in a new issue