And remember to make the event class static *sigh*

This commit is contained in:
Christian 2013-10-13 12:23:08 -04:00
parent f9c283a2e5
commit e0cb56381f

View file

@ -20,7 +20,7 @@ public class ZombieEvent extends EntityEvent {
}
@HasResult
public class SummonAidEvent extends ZombieEvent {
public static class SummonAidEvent extends ZombieEvent {
/**
* Populate this field to have a custom zombie instead of a normal zombie summoned
*/