mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 16:42:03 -07:00
SPIGOT-6661: Fix missing radius from GenericGameEvent
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user