1
0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-02 11:22:01 +01:00

Random space is most certainly not best space

This commit is contained in:
Zach Brown 2014-10-24 23:44:38 -05:00
parent 41b428475c
commit a454aabf95

View File

@ -90,7 +90,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ 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 );
+ } + }
} }
-- --