mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-05 02:22:12 +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
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ public class GenericGameEvent extends WorldEvent implements Cancellable {
|
||||||
this.event = event;
|
this.event = event;
|
||||||
this.location = location;
|
this.location = location;
|
||||||
this.entity = entity;
|
this.entity = entity;
|
||||||
|
this.radius = radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue