mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-31 21:37:39 +01:00
SPIGOT-6661: Fix missing radius from GenericGameEvent
By: md_5 <git@md-5.net>
This commit is contained in:
parent
a2f69a4ad8
commit
be93ac366d
@ -29,6 +29,7 @@ public class GenericGameEvent extends WorldEvent implements Cancellable {
|
||||
this.event = event;
|
||||
this.location = location;
|
||||
this.entity = entity;
|
||||
this.radius = radius;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user