Fix where after many hours chests would stop spawning

This commit is contained in:
Sam 2017-02-21 10:08:48 +00:00
parent 1b2c384afe
commit 75f734c5e7
1 changed files with 0 additions and 6 deletions

View File

@ -255,12 +255,6 @@ public class LootModule extends MiniPlugin
}
Map<Integer, Integer> spawnedIndexes = properties.getSpawnIndexes();
if (locations.size() == spawnedIndexes.size())
{
return;
}
Location randomLocation = null;
boolean found = false;
int attempts = 0;