Fix compile
This commit is contained in:
parent
7deeaf305d
commit
3929ce0dfc
@ -68,6 +68,11 @@ public class SplitBacking implements Datastore {
|
|||||||
plugin.doSync(r);
|
plugin.doSync(r);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Datastore force() {
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void init() {
|
public void init() {
|
||||||
boolean success = true;
|
boolean success = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user