mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Pass the exception converter through more.
This commit is contained in:
committed by
IronApollo
parent
9c3964d330
commit
d80ac24c63
@ -44,4 +44,9 @@ public class DelegateEntity implements Entity {
|
||||
public <T> T getFacet(Class<? extends T> cls) {
|
||||
return parent.getFacet(cls);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean setLocation(Location location) {
|
||||
return parent.setLocation(location);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user