mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
Fix StackOverflowError with AreaEffectCloudApplyEvent.getEntity()
By: BlackHole <black-hole@live.com>
This commit is contained in:
@@ -27,7 +27,7 @@ public class AreaEffectCloudApplyEvent extends EntityEvent {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public AreaEffectCloud getEntity() {
|
public AreaEffectCloud getEntity() {
|
||||||
return (AreaEffectCloud) getEntity();
|
return (AreaEffectCloud) entity;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user