And remember to make the event class static *sigh*
This commit is contained in:
parent
f9c283a2e5
commit
e0cb56381f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue