Decrease the amount of sewer mobs

This commit is contained in:
Sam 2017-02-26 17:14:53 +00:00
parent 3a1fef6557
commit 275cadda9d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import mineplex.core.updater.event.UpdateEvent;
public class UndergroundMobs implements Listener
{
private static final int MAX_MOBS = 500;
private static final int MAX_MOBS = 400;
private static final String SEWER_KEY = "SEWER_MOB";
private static final String SUBWAY_KEY = "SUBWAY_MOBS";