Decrease the amount of sewer mobs
This commit is contained in:
parent
3a1fef6557
commit
275cadda9d
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user