mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-19 21:06:03 +00:00
SPIGOT-6661: Fix missing radius from GenericGameEvent
This commit is contained in:
parent
02d03f3536
commit
6997c726a2
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ public class GenericGameEvent extends WorldEvent implements Cancellable {
|
|||
this.event = event;
|
||||
this.location = location;
|
||||
this.entity = entity;
|
||||
this.radius = radius;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue