mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Remove duplicated methods
This commit is contained in:
parent
86a55b7bf0
commit
b2be1ea9fb
@ -1372,13 +1372,4 @@ public class AsyncWorld extends PassthroughExtent implements World {
|
|||||||
boolean force) {
|
boolean force) {
|
||||||
parent.spawnParticle(particle, location, count, offsetX, offsetY, offsetZ, extra, data, force);
|
parent.spawnParticle(particle, location, count, offsetX, offsetY, offsetZ, extra, data, force);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setHardcore(boolean hardcore) {
|
|
||||||
//todo
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isHardcore() {
|
|
||||||
//todo
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user