Change min players on Treasure Digger back to 4

This commit is contained in:
Thanos Paravantis 2016-06-14 14:44:43 +03:00
parent 47a4e5d9a9
commit e5cec9c976

View File

@ -46,7 +46,7 @@ public class ChallengeTreasureDigger extends Challenge
"Find weapons to kill the others!"); "Find weapons to kill the others!");
Settings.setUseMapHeight(); Settings.setUseMapHeight();
Settings.setMinPlayers(2); Settings.setMinPlayers(4);
_lootChance.put(Material.BONE, 0.2); _lootChance.put(Material.BONE, 0.2);
_lootChance.put(Material.STRING, 0.2); _lootChance.put(Material.STRING, 0.2);