SPIGOT-6661: Fix missing radius from GenericGameEvent

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2021-07-21 09:34:12 +10:00
parent a2f69a4ad8
commit be93ac366d

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;
}
/**