Fixed revenant PVP armor drops and increased revenant cap

This commit is contained in:
Ceikry 2020-03-30 12:55:28 -05:00
parent 8e6ad7177d
commit 1ff7f9f15f

View file

@ -30,7 +30,7 @@ public class RevenantPlugin implements Plugin<Object> {
/** /**
* The maximum amount of revenants spawned. * The maximum amount of revenants spawned.
*/ */
private static final int MAX = 50; private static final int MAX = 20;
@Override @Override
public Plugin<Object> newInstance(Object arg) throws Throwable { public Plugin<Object> newInstance(Object arg) throws Throwable {