SPIGOT-6661: Fix missing radius from GenericGameEvent

This commit is contained in:
md_5 2021-07-21 09:34:12 +10:00
parent 02d03f3536
commit 6997c726a2
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -29,6 +29,7 @@ public class GenericGameEvent extends WorldEvent implements Cancellable {
this.event = event;
this.location = location;
this.entity = entity;
this.radius = radius;
}
/**